Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPrimaryEmail ¶
func ListOrganizations ¶
func ListOrganizations(accessToken string) ([]*githubapi.Organization, error)
Types ¶
type Repositories ¶
type Repositories struct { Owner *githubapi.Organization List []githubapi.Repository NextPage int PrevPage int }
func ListOrgRepositories ¶
func ListOrgRepositories(accessToken, owner string, opts *githubapi.RepositoryListByOrgOptions) (*Repositories, error)
func ListUserRepositories ¶
func ListUserRepositories(accessToken string, opts *githubapi.RepositoryListOptions) (*Repositories, error)
type Repository ¶
type Repository struct { *githubapi.Repository Readme string }
func GetRepository ¶
func GetRepository(accessToken, login, nwo string) (*Repository, error)
Click to show internal directories.
Click to hide internal directories.