Documentation ¶ Index ¶ type Group func (value Group) Normalize() Group func (value Group) QName() string func (value Group) String() string type Name func (value Name) Normalize() Name func (value Name) QName() string func (value Name) String() string type Role func (value Role) Normalize() Role func (value Role) QName() string func (value Role) String() string type Roles func (value Roles) List() []Role func (value Roles) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Group ¶ type Group string Group 表示一个用户组 func (Group) Normalize ¶ func (value Group) Normalize() Group Normalize 标准化 func (Group) QName ¶ func (value Group) QName() string QName 取用户组的规范名称 (Qualified Name) func (Group) String ¶ func (value Group) String() string type Name ¶ type Name string Name 表示一个用户名 func (Name) Normalize ¶ func (value Name) Normalize() Name Normalize 标准化 func (Name) QName ¶ func (value Name) QName() string QName 取用户的规范名称 (Qualified Name) func (Name) String ¶ func (value Name) String() string type Role ¶ type Role string Role 用户角色 func (Role) Normalize ¶ func (value Role) Normalize() Role Normalize 标准化 func (Role) QName ¶ func (value Role) QName() string QName 取角色的规范名称 (Qualified Name) func (Role) String ¶ func (value Role) String() string type Roles ¶ type Roles string Roles 角色列表 func (Roles) List ¶ func (value Roles) List() []Role List 取角色列表 func (Roles) String ¶ func (value Roles) String() string Source Files ¶ View all Source files group.gohelp.gorole.gouser.go Click to show internal directories. Click to hide internal directories.