f
This commit is contained in:
7
internal/shared/auth/account_kind.go
Normal file
7
internal/shared/auth/account_kind.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package auth
|
||||
|
||||
// 账号在控制台维度的「壳」类型(与 user_type 管理员/普通 正交)
|
||||
const (
|
||||
AccountKindStandalone = "standalone"
|
||||
AccountKindSubordinate = "subordinate"
|
||||
)
|
||||
Reference in New Issue
Block a user