feat:完善项目信息
This commit is contained in:
@ -6,9 +6,10 @@ const (
|
||||
RedisKeyForTaskQueue string = "task_queue"
|
||||
RedisKeyForTaskQueueBody string = "task_queue_body"
|
||||
|
||||
RedisKeyForAccount string = "account"
|
||||
RedisKeyForTenant string = "tenant:instance"
|
||||
RedisKeyForTenantKeys string = "tenant:keys"
|
||||
RedisKeyForAccountManage string = "account:manage"
|
||||
RedisKeyForAccountEnterprise string = "account:enterprise"
|
||||
RedisKeyForTenant string = "tenant:instance"
|
||||
RedisKeyForTenantKeys string = "tenant:keys"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user