Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSecureToken ¶
GenerateSecureToken generates random token
Types ¶
type GitHubContributionCollection ¶
type GitHubContributionCollection struct { UserID UserID TotalCount int Days []*record.GithubContributionDay }
GitHubContributionCollection represents collection of github contribution
type ProfileScope ¶
type ProfileScope int
ProfileScope represents scope of user's profile
const ( // MembersOnly represents that only members can view the profile MembersOnly ProfileScope = iota // Public represents that the profile can be seen all users Public // Private represents that no one can see it(like email) Private )
Click to show internal directories.
Click to hide internal directories.