Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
type Analyzer struct {
// contains filtered or unexported fields
}
Analyzer performs the PR analysis
type PROwners ¶
type PROwners struct {
PR *github.PullRequest
Owners []string
}
PROwners holds the owners for a PR
type RepoResult ¶
type RepoResult struct {
Repo *github.Repository
PRs []*github.PullRequest
CODEOWNERS *fetcher.CODEOWNERSFile
Err error
}
RepoResult holds the results for a single repository
Click to show internal directories.
Click to hide internal directories.