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(owner, repo, ver string) (*zip.Reader, error)
- func GetBranch(client *bitbucket.Client, owner, repo, branch string) (*bitbucket.RepositoryBranch, error)
- func GetBranches(client *bitbucket.Client, owner, repo, branch string) ([]bitbucket.RepositoryBranch, error)
- func GetRepo(client *bitbucket.Client, owner, repo string) (*bitbucket.Repository, error)
- func GetTags(client *bitbucket.Client, owner, repo string) ([]bitbucket.RepositoryTag, error)
- func GetTagsSplit(client *bitbucket.Client, module string) ([]bitbucket.RepositoryTag, error)
- func NewClient() (client *bitbucket.Client, err error)
Constants ¶
View Source
const PasswordEnv = "BITBUCKET_PASSWORD"
View Source
const TokenEnv = "BITBUCKET_TOKEN"
View Source
const UsernameEnv = "BITBUCKET_USERNAME"
Variables ¶
This section is empty.
Functions ¶
func GetBranches ¶
func GetTagsSplit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.