Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunInstall ¶
func RunIntegration ¶
func RunUnitTest ¶
Types ¶
type GitArchive ¶
type GitArchive struct {
// contains filtered or unexported fields
}
func NewGitArchive ¶
func NewGitArchive(prefix string) (*GitArchive, error)
func (*GitArchive) Create ¶
func (ga *GitArchive) Create(format ArchiveFormat, w io.Writer, extraFiles ...string) error
type GitDescription ¶
type GitDescription struct {
// contains filtered or unexported fields
}
func GitDescribe ¶
func GitDescribe() (*GitDescription, error)
func (*GitDescription) GetSemver ¶
func (gd *GitDescription) GetSemver() (semver.Version, error)
GetSemver returns a semantic version based on d.
func (*GitDescription) ListEntries ¶
func (gd *GitDescription) ListEntries() []string
Click to show internal directories.
Click to hide internal directories.