Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorParamsEmpty errors.CodeError = iota + artifact.MIN_ARTIFACT_JFORG ErrorURLParse ErrorRequestInit ErrorRequestDo ErrorRequestResponse ErrorRequestResponseBodyEmpty ErrorRequestResponseBodyDecode ErrorArtifactoryNotFound ErrorArtifactoryDownload )
Variables ¶
This section is empty.
Functions ¶
func IsCodeError ¶
func IsCodeError() bool
Types ¶
type ResponseChecksum ¶
type ResponseReposStorage ¶
type ResponseStorage ¶
type ResponseStorage struct { Uri string DownloadUri string Repo string Path string RemoteUrl string Created time.Time CreatedBy string LastModified time.Time ModifiedBy string LastUpdated time.Time Size string MimeType string Checksums ResponseChecksum OriginalChecksums ResponseChecksum // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.