Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubOauthReq ¶
type GitHubOauthReq struct { // temporary code from GitHub to ensure authenticity of user // Example: 3584d83530557fdd1f46af8289938c8ef79f9dc5 // Required: true Code string `json:"code" validate:"required"` }
type GitHubRedirectResp ¶
type GitHubRedirectResp struct { // redirect url string. // Example: https://github.com/login/oauth/authorize?scope=user&client_id=%s&redirect_uri=%s RedirectUrl string `json:"RedirectUrl"` }
Click to show internal directories.
Click to hide internal directories.