Versions in this module Expand all Collapse all v0 v0.14.5 Oct 27, 2020 v0.14.4 Oct 23, 2020 Changes in this version + const ArtifactoryMinSupportedVersionForInfoFile + const GoUploadRetries + func CreateUrlPath(moduleId, version, props, extension string, url *string) error + 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.ServiceDetails + func NewGoService(client *rthttpclient.ArtifactoryHttpClient) *GoService + func (gs *GoService) GetJfrogHttpClient() *rthttpclient.ArtifactoryHttpClient + func (gs *GoService) PublishPackage(params GoParams) error + func (gs *GoService) SetServiceDetails(artDetails auth.ServiceDetails) + type PublishGoPackage interface + PublishPackage func(params GoParams, client *rthttpclient.ArtifactoryHttpClient, ...) error + func GetCompatiblePublisher(artifactoryVersion string) PublishGoPackage