Documentation ¶
Index ¶
- func FetchBranchZip(client *github.Client, branch string) (*zip.Reader, error)
- func FetchTagZip(client *github.Client, tag *github.RepositoryTag) (*zip.Reader, error)
- func GetBranch(client *github.Client, owner, repo, branch string) (*github.Branch, error)
- func GetBranches(client *github.Client, owner, repo, branch string) ([]*github.Branch, error)
- func GetRepo(client *github.Client, owner, repo string) (*github.Repository, error)
- func GetTags(client *github.Client, owner, repo string) ([]*github.RepositoryTag, error)
- func GetTagsSplit(client *github.Client, module string) ([]*github.RepositoryTag, error)
- func NewClient() (client *github.Client, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchBranchZip ¶
func FetchTagZip ¶
func GetBranches ¶
func GetTagsSplit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.