Documentation
¶
Index ¶
Constants ¶
View Source
const ( AdminRole = "Admin" StaffRole = "Staff" MentorRole = "Mentor" ApplicantRole = "Applicant" AttendeeRole = "Attendee" UserRole = "User" SponsorRole = "Sponsor" )
Variables ¶
View Source
var Roles []Role = []Role{AdminRole, StaffRole, MentorRole, ApplicantRole, AttendeeRole, UserRole, SponsorRole}
Functions ¶
This section is empty.
Types ¶
type GithubEmail ¶
type GithubOauthToken ¶
type GithubUserInfo ¶
type GoogleOauthToken ¶
type GoogleUserInfo ¶
type LinkedinOauthToken ¶
type LinkedinUserInfo ¶
type UserRoleList ¶ added in v0.4.0
type UserRoleList struct {
Roles []Role `json:"roles"`
}
type UserRoleModification ¶
Click to show internal directories.
Click to hide internal directories.