Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
ID uint64
Name string
Roles []Role
System bool
CreatedAt customdate.CustomDate
}
type Role ¶
type Role struct {
ID uint64
Name string
Permissions string
System bool
CreatedAt customdate.CustomDate
}
Click to show internal directories.
Click to hide internal directories.