Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateIssue ¶
func CreateIssue(ghCreateIssueOptions *CreateIssueOptions) error
Types ¶
type CreateIssueOptions ¶
type CreateIssueOptions struct { APIURL string `json:"apiUrl,omitempty"` Assignees []string `json:"assignees,omitempty"` Body []byte `json:"body,omitempty"` Owner string `json:"owner,omitempty"` Repository string `json:"repository,omitempty"` Title string `json:"title,omitempty"` UpdateExisting bool `json:"updateExisting,omitempty"` Token string `json:"token,omitempty"` TrustedCerts []string `json:"trustedCerts,omitempty"` }
CreateIssueOptions to configure the creation
type FetchCommitOptions ¶
type FetchCommitOptions struct { APIURL string `json:"apiUrl,omitempty"` Owner string `json:"owner,omitempty"` Repository string `json:"repository,omitempty"` Token string `json:"token,omitempty"` SHA string `json:"sha,omitempty"` TrustedCerts []string `json:"trustedCerts,omitempty"` }
FetchCommitOptions to configure the lookup
type FetchCommitResult ¶
FetchCommitResult to handle the lookup result
func FetchCommitStatistics ¶
func FetchCommitStatistics(options *FetchCommitOptions) (FetchCommitResult, error)
https://docs.github.com/en/rest/reference/commits#get-a-commit FetchCommitStatistics looks up the statistics for a certain commit SHA.
Click to show internal directories.
Click to hide internal directories.