Documentation
¶
Index ¶
Constants ¶
View Source
const PluginType = "github"
PluginType is the type which must be used for the GitHub plugin.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OAuthResponse ¶
type OAuthResponse struct {
Organization string `json:"organization"`
Token string `json:"token"`
Username string `json:"username"`
}
OAuthResponse is the response data returned when the a user finished the oauth process or when the user is authenticated in the oauth call.
Click to show internal directories.
Click to hide internal directories.