Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoParams ¶
type GoParams struct { ZipPath string ModContent []byte Version string Props string TargetRepo string ModuleId string }
func NewGoParams ¶ added in v0.1.3
func NewGoParams() GoParams
func (*GoParams) GetModContent ¶
func (*GoParams) GetModuleId ¶
func (*GoParams) GetTargetRepo ¶
func (*GoParams) GetVersion ¶
func (*GoParams) GetZipPath ¶
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.