Documentation
¶
Overview ¶
Package github reports data on GitHub PRs and issues.
Index ¶
- func GitHubToGenericChangelist(pr github.Issue, org, repo string, status generic.ChangelistStatus) *generic.Changelist
- func GitHubToGenericIssue(issue github.Issue, org, repo string, numComments int) *generic.Issue
- func IssuesAndPRs(ctx context.Context, username string, start, end time.Time) (authored, reviewed []*generic.Changelist, issues []*generic.Issue, err error)
- func WasTransferred(ctx context.Context, client *github.Client, owner, repo string, number int32) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GitHubToGenericChangelist ¶
func GitHubToGenericChangelist(pr github.Issue, org, repo string, status generic.ChangelistStatus) *generic.Changelist
func GitHubToGenericIssue ¶
func IssuesAndPRs ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.