Documentation
¶
Index ¶
Constants ¶
View Source
const ( MIN_ARTIFACT_ARTIFAC = errors.MIN_PKG_Artifact + 10 MIN_ARTIFACT_GITLAB = errors.MIN_PKG_Artifact + 20 MIN_ARTIFACT_GITHUB = errors.MIN_PKG_Artifact + 40 MIN_ARTIFACT_JFORG = errors.MIN_PKG_Artifact + 60 MIN_ARTIFACT_S3AWS = errors.MIN_PKG_Artifact + 80 )
Variables ¶
This section is empty.
Functions ¶
func CheckRegex ¶
func ValidatePreRelease ¶
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.