_go

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2018 License: Apache-2.0 Imports: 12 Imported by: 7

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
	ModPath    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 (gp *GoParams) GetModContent() []byte

func (*GoParams) GetModPath added in v0.2.0

func (gp *GoParams) GetModPath() string

func (*GoParams) GetModuleId

func (gp *GoParams) GetModuleId() string

func (*GoParams) GetProps

func (gp *GoParams) GetProps() string

func (*GoParams) GetTargetRepo

func (gp *GoParams) GetTargetRepo() string

func (*GoParams) GetVersion

func (gp *GoParams) GetVersion() string

func (*GoParams) GetZipPath

func (gp *GoParams) 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 (gs *GoService) PublishPackage(params GoParams) error

func (*GoService) SetArtDetails

func (gs *GoService) SetArtDetails(artDetails auth.ArtifactoryDetails)

type PublishGoPackage added in v0.2.0

type PublishGoPackage interface {
	PublishPackage(params GoParams, client *httpclient.HttpClient, ArtDetails auth.ArtifactoryDetails) error
	// contains filtered or unexported methods
}

func GetCompatiblePublisher added in v0.2.0

func GetCompatiblePublisher(artifactoryVersion string) PublishGoPackage

Returns the compatible publisher to Artifactory

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL