Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
type AuthRequest struct {
RedirectURI string `json:"redirect_uri"`
AuthURL string `json:"auth_url"`
GitHubUserID string `json:"github_user_id"`
GitHubUserLogin string `json:"github_user_login"`
GithubTeamIDs []string `json:"github_team_ids"`
GithubUserTwoFactorAuth bool `json:"github_user_two_factor_auth"`
}
type RequestGetAuthResult ¶
type RequestGetAuthResult struct {
RID string `in:"query=rid;form=rid;required" json:"rid"`
}
type RequestRedirect ¶
type ResponseError ¶
type ResponseError struct {
Message string `json:"msg"`
}
type ResponseGenerateOAuthPageURL ¶
type ResponseGenerateOAuthPageURL struct {
OAuthPageURL string `json:"oauth_page_url"`
}
type ResponseGetAuthResult ¶
Click to show internal directories.
Click to hide internal directories.