Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullRequestQuery ¶
PullRequestQuery holds query for GitHub API.
type PullRequestRepo ¶
type PullRequestRepo interface {
GetPullRequests(PullRequestQuery) ([]PullRequests, error)
}
PullRequestRepo is an interface for GitHub pull request repository.
func NewPullRequestRepo ¶
NewPullRequestRepo creates new PullRequest repository.
type PullRequests ¶
type PullRequests struct {
Issue *github.Issue
Files []*github.CommitFile
Stats Stats
}
PullRequests holds the pull requests information.
Click to show internal directories.
Click to hide internal directories.