Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIN_ARTIFACT_ARTIFAC = errors.MinPkgArtifact + 10 MIN_ARTIFACT_GITLAB = errors.MinPkgArtifact + 20 MIN_ARTIFACT_GITHUB = errors.MinPkgArtifact + 40 MIN_ARTIFACT_JFORG = errors.MinPkgArtifact + 60 MIN_ARTIFACT_S3AWS = errors.MinPkgArtifact + 80 )
Variables ¶
This section is empty.
Functions ¶
func CheckRegex ¶
func ValidatePreRelease ¶
func ValidatePreRelease(version *version.Version) bool
Types ¶
type Client ¶
type Client interface { client.ArtifactManagement ListReleases() (releases version.Collection, err errors.Error) GetArtifact(containName string, regexName string, release *version.Version) (link string, err errors.Error) Download(dst ioutils.FileProgress, containName string, regexName string, release *version.Version) errors.Error }
Click to show internal directories.
Click to hide internal directories.