# Functions
GetCodeOwners returns a slice of strings, that are the possible code owners for a repository.
GetRepoList returns a slice of RepoInfo objects.
GetV3Client returns a GitHub v3 API client.
GetV4Client returns a GitHub v3 API client.
# Structs
RepoInfo contains basic information about a repository, as well as the repository object.
RepoListOptions controls how the repository list is returned.