Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthStatusList = map[AuthStatus]string{ AuthCreate: "create", AuthRequest: "request", AuthIssued: "issued", AuthRevoked: "revoked", }
View Source
var AuthTypeList = map[AuthType]string{ AuthRoot: "root", AuthCity: "city", AuthPersonal: "personal", AuthService: "service", AuthCompany: "company", }
View Source
var UserAuthRoleList = guanlixitong.UserGroupRoleList
Functions ¶
This section is empty.
Types ¶
type AuthStatus ¶
type AuthStatus int
const ( AuthCreate AuthStatus = iota AuthRequest AuthIssued AuthRevoked )
func (AuthStatus) String ¶
func (s AuthStatus) String() string
type Portal ¶
type Portal struct { guanlixitong.Portal // contains filtered or unexported fields }
type Table ¶
type Table struct { guanlixitong.Table // contains filtered or unexported fields }
type UserAuthRole ¶
type UserAuthRole = guanlixitong.UserGroupRole
Click to show internal directories.
Click to hide internal directories.