Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGithubToken ¶
Types ¶
type AuthTokenClaim ¶
type AuthTokenClaim struct {
*jwt.RegisteredClaims
}
type InstallationAuthResponse ¶
type InstallationAuthResponse struct { Token string `json:"token"` ExpiresAt time.Time `json:"expires_at"` Permissions struct { Checks string `json:"checks"` Contents string `json:"contents"` Deployments string `json:"deployments"` Metadata string `json:"metadata"` PullRequests string `json:"pull_requests"` Statuses string `json:"statuses"` } `json:"permissions"` RepositorySelection string `json:"repository_selection"` }
Click to show internal directories.
Click to hide internal directories.