package auth // 账号在控制台维度的「壳」类型(与 user_type 管理员/普通 正交) const ( AccountKindStandalone = "standalone" AccountKindSubordinate = "subordinate" )