Documentation ¶
Index ¶
Constants ¶
View Source
const HeaderHMACAuthenticate = "X-Cloud-Signature"
View Source
const UserCtxName = "user"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserContext ¶
type UserContext struct { UserID uuid.UUID `json:"uid"` Username string `json:"email"` DisplayName string `json:"displayName"` SocialName string `json:"socialName"` Avatar string `json:"avatar"` Banner string `json:"banner"` TagLine string `json:"tagLine"` SystemRole string `json:"role"` CreatedDate int64 `json:"createdDate"` }
Click to show internal directories.
Click to hide internal directories.