Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsContributor ¶
IsContributor returns true if the given Twitch login name belongs to a contributor.
Types ¶
type Contributor ¶
type Contributor struct {
GitHubUser string `json:"github_user"`
Email string `json:"email"`
TwitchLogin string `json:"twitch_login,omitempty"`
}
Contributor represents a person who has contributed to Chatuino.
Click to show internal directories.
Click to hide internal directories.