Documentation
¶
Overview ¶
THIS FILE IS AUTO-GENERATED WITH 'go generate .' LAST UPDATED Jan 27, 2023 21:24:49 UTC
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHub ¶
type GitHub struct {
Owner string `json:"owner"`
Name string `json:"name"`
CommitsThisWeek int `json:"commits_this_week"`
OpenPRs int `json:"open_prs"`
OpenIssues int `json:"open_issues"`
CommitsSinceLatestRelease int `json:"commits_since_latest_release"`
LatestReleaseTag string `json:"latest_release_tag"`
LatestCommitCIData []githubCIContext `json:"latest_commit_ci_data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.