package common const ( AdminTokenPrefix = "admin::token::" ) func GetTokenKey(key string) string { return AdminTokenPrefix + key }