Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoParamsImpl ¶
type GoParamsImpl struct { ZipPath string ModContent []byte Version string Props string TargetRepo string ModuleId string }
func (*GoParamsImpl) GetModContent ¶
func (gpi *GoParamsImpl) GetModContent() []byte
func (*GoParamsImpl) GetModuleId ¶
func (gpi *GoParamsImpl) GetModuleId() string
func (*GoParamsImpl) GetProps ¶
func (gpi *GoParamsImpl) GetProps() string
func (*GoParamsImpl) GetTargetRepo ¶
func (gpi *GoParamsImpl) GetTargetRepo() string
func (*GoParamsImpl) GetVersion ¶
func (gpi *GoParamsImpl) GetVersion() string
func (*GoParamsImpl) GetZipPath ¶
func (gpi *GoParamsImpl) GetZipPath() string
type GoService ¶
type GoService struct { ArtDetails auth.ArtifactoryDetails // contains filtered or unexported fields }
func NewGoService ¶
func NewGoService(client *httpclient.HttpClient) *GoService
func (*GoService) GetJfrogHttpClient ¶
func (gs *GoService) GetJfrogHttpClient() *httpclient.HttpClient
func (*GoService) PublishPackage ¶
func (*GoService) SetArtDetails ¶
func (gs *GoService) SetArtDetails(artDetails auth.ArtifactoryDetails)
Click to show internal directories.
Click to hide internal directories.