Documentation
¶
Index ¶
Constants ¶
View Source
const ( MethodAuto = "auto" MethodTarball = "tarball" MethodGit = "git" )
Variables ¶
View Source
var ( ErrVersionNotFound = errors.New("version not found upstream") ErrRateLimited = errors.New("github api rate limited") ErrUnsafeArchive = errors.New("unsafe archive entry") ErrUnexpectedLayout = errors.New("unexpected archive layout") ErrArchiveTooLarge = errors.New("archive too large") ErrValidationFailed = errors.New("validation failed") )
Functions ¶
func EnsureRepo ¶
Types ¶
type RepoConfig ¶
type RepoConfig struct {
Owner string
Repo string
GitURL string // override; default is https://github.com/{Owner}/{Repo}.git
}
type TagFilterFunc ¶
type ValidateFunc ¶
Click to show internal directories.
Click to hide internal directories.