Versions in this module Expand all Collapse all v0 v0.6.4 Dec 23, 2019 v0.6.0 Dec 3, 2019 Changes in this version + const ArtifactoryMinSupportedVersionForInfoFile + const GoUploadRetries + type GoParams struct + InfoPath string + ModContent []byte + ModPath string + ModuleId string + Props string + TargetRepo string + Version string + ZipPath string + func NewGoParams() GoParams + func (gp *GoParams) GetInfoPath() string + func (gp *GoParams) GetModContent() []byte + func (gp *GoParams) GetModPath() string + func (gp *GoParams) GetModuleId() string + func (gp *GoParams) GetProps() string + func (gp *GoParams) GetTargetRepo() string + func (gp *GoParams) GetVersion() string + func (gp *GoParams) GetZipPath() string + type GoService struct + ArtDetails auth.ArtifactoryDetails + func NewGoService(client *rthttpclient.ArtifactoryHttpClient) *GoService + func (gs *GoService) GetJfrogHttpClient() *rthttpclient.ArtifactoryHttpClient + func (gs *GoService) PublishPackage(params GoParams) error + func (gs *GoService) SetArtDetails(artDetails auth.ArtifactoryDetails) + type PublishGoPackage interface + PublishPackage func(params GoParams, client *rthttpclient.ArtifactoryHttpClient, ...) error + func GetCompatiblePublisher(artifactoryVersion string) PublishGoPackage