Documentation ¶
Index ¶
- Constants
- func Fetch(FS billy.Filesystem, owner, repo, tag string, private bool) error
- func FetchBranchZip(owner, repo, branch string) (*zip.Reader, error)
- func FetchTagZip(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 ¶
View Source
const TokenEnv = "GITHUB_TOKEN"
Variables ¶
This section is empty.
Functions ¶
func FetchTagZip ¶
func FetchTagZip(tag *github.RepositoryTag) (*zip.Reader, error)
func GetBranches ¶
func GetTagsSplit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.