Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RepositoryFragment ¶
RepositoryFragment is exported so as to be used in GraphQL APIs
type RepositoryInfo ¶
type RepositoryInfo struct { // Name is the repository name Name string // IsEmpty determines whether the GitHub repository is empty or not IsEmpty bool }
RepositoryInfo contains few details about a given repository
func GetOrganizationRepos ¶
func GetOrganizationRepos(organization string, query string, batchSize int) ([]RepositoryInfo, error)
GetOrganizationRepos returns an aggregated list of all repositories within a GitHub organization, either private or public
Click to show internal directories.
Click to hide internal directories.