Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextSetData ¶
Types ¶
type AuthAccount ¶
type AuthAccount struct { AccountId uuid.UUID `json:"accountId"` Role string `json:"role"` TokenId uuid.UUID `json:"tokenId"` }
func NewAuthAccount ¶
func NewAuthAccount(id, role, tokenId string) (item *AuthAccount, err error)
Click to show internal directories.
Click to hide internal directories.