Remove user-facing new-api naming; Docker/network/container names use heicode. Go imports updated; Dockerfiles and workflows ldflags fixed. Made-with: Cursor
15 lines
278 B
Go
15 lines
278 B
Go
package constant
|
|
|
|
// Cache keys
|
|
const (
|
|
UserGroupKeyFmt = "user_group:%d"
|
|
UserQuotaKeyFmt = "user_quota:%d"
|
|
UserEnabledKeyFmt = "user_enabled:%d"
|
|
UserUsernameKeyFmt = "user_name:%d"
|
|
)
|
|
|
|
const (
|
|
TokenFiledRemainQuota = "RemainQuota"
|
|
TokenFieldGroup = "Group"
|
|
)
|