Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCodeOwners ¶
GetCodeOwners returns a slice of strings, that are the possible code owners for a repository
func GetV3Client ¶
GetV3Client returns a GitHub v3 API client
func GetV4Client ¶
GetV4Client returns a GitHub v3 API client
Types ¶
type RepoInfo ¶
type RepoInfo struct {
Name string
OwnerLogin string
CodeOwners []string
Repo *githubv3.Repository
}
RepoInfo contains basic information about a repository, as well as the repository object
func GetRepoList ¶
func GetRepoList(listOpts RepoListOptions) (repoList []RepoInfo, err error)
GetRepoList returns a slice of RepoInfo objects
type RepoListOptions ¶
RepoListOptions controls how the repository list is returned
Click to show internal directories.
Click to hide internal directories.