Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
Group is a data struct used to exchange data between a Gort client and a Gort controller's REST service.
type Role ¶
type Role struct { Name string Permissions []RolePermission }
type RolePermission ¶
func (RolePermission) String ¶
func (r RolePermission) String() string
type Token ¶
type Token struct { Duration time.Duration `json:"-"` Token string `json:",omitempty"` User string `json:",omitempty"` ValidFrom time.Time `json:",omitempty"` ValidUntil time.Time `json:",omitempty"` }
Token contains all of the metadata for an access token.
type User ¶
type User struct { Email string `json:"email,omitempty"` FullName string `json:"fullname,omitempty"` Password string `json:"password,omitempty"` Username string `json:"username,omitempty"` }
User is a data struct used to exchange data between a Gort client and a Gort controller REST service.
Click to show internal directories.
Click to hide internal directories.