Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalToken ¶
Types ¶
type AppToken ¶
type AppToken struct { Key string `json:"key"` Secret string `json:"secret"` IsMaster bool `json:"isMaster"` Permissions []string `json:"permissions"` }
func GenerateRandomToken ¶
func UnmarshalToken ¶
func (*AppToken) GetAccessToken ¶
Click to show internal directories.
Click to hide internal directories.