Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
type Permission ¶
type SimpleWorkspace ¶
type SystemToken ¶
type SystemToken struct { ID uuid.UUID Name string Revoked bool Permissions []Permission Workspaces []SimpleWorkspace AllWorkspaces bool Token string CreatedAt *time.Time RevokedAt *time.Time LastUsedAt *time.Time Author string }
func (SystemToken) CreateUserFromSystemToken ¶
func (systemToken SystemToken) CreateUserFromSystemToken() User
func (*SystemToken) SetLastUsed ¶
func (systemToken *SystemToken) SetLastUsed()
Click to show internal directories.
Click to hide internal directories.