Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGitNotFound = errors.New("looks like you don't have git installed") ErrNoOriginConfigured = errors.New("looks like you don't have a remote origin configured") ErrNotInRepo = errors.New("looks like you are not executing halfpipe from within a git repo") ErrNoCommits = errors.New("looks like you are executing halfpipe in a repo without commits, this is not supported") )
View Source
var ErrHalfpipeFileMultiple = errors.New("found multiple halfpipe manifests")
View Source
var ErrHalfpipeFileNotFound = errors.New("could not find halfpipe manifest")
Functions ¶
func BranchResolver ¶
func NewProjectResolver ¶
Types ¶
type GitBranchResolver ¶
type RepoURIResolver ¶
Click to show internal directories.
Click to hide internal directories.