Documentation ¶
Index ¶
Constants ¶
View Source
const DATA = `` /* 16628-byte string literal not displayed */
DATA ...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessItem ¶
type AccessItem struct { Actions []string `json:"actions"` Method string `json:"method"` Description string `json:"description"` RoleName string `json:"role_name"` }
AccessItem ...
type AccessListService ¶
type AccessListService struct { List *AccessList // contains filtered or unexported fields }
AccessListService ...
func NewAccessListService ¶
func NewAccessListService(adaptors *adaptors.Adaptors) *AccessListService
NewAccessListService ...
func (*AccessListService) GetFullAccessList ¶
func (a *AccessListService) GetFullAccessList(role *m.Role) (accessList AccessList, err error)
GetFullAccessList ...
func (*AccessListService) GetShotAccessList ¶
func (a *AccessListService) GetShotAccessList(role *m.Role) (err error)
GetShotAccessList ...
func (*AccessListService) ReadConfig ¶
func (a *AccessListService) ReadConfig() (err error)
ReadConfig ...
Click to show internal directories.
Click to hide internal directories.