_go

package
v0.0.0-...-acd5dfc Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const ArtifactoryMinSupportedVersion = "6.10.0"

Variables

This section is empty.

Functions

func CreateUrlPath

func CreateUrlPath(pathInArtifactory, props string, goApiUrl *string) error

Types

type GoParams

type GoParams struct {
	ZipPath    string
	ModPath    string
	InfoPath   string
	ModContent []byte
	Version    string
	Props      string
	TargetRepo string
	ModuleId   string
}

func NewGoParams

func NewGoParams() GoParams

func (*GoParams) GetInfoPath

func (gp *GoParams) GetInfoPath() string

func (*GoParams) GetModContent

func (gp *GoParams) GetModContent() []byte

func (*GoParams) GetModPath

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 GoPublishCommand

type GoPublishCommand struct {
	// contains filtered or unexported fields
}

Support for Artifactory 6.10.0 and above API

func (*GoPublishCommand) PublishPackage

type GoService

type GoService struct {
	ArtDetails auth.ServiceDetails
	// contains filtered or unexported fields
}

func NewGoService

func NewGoService(client *jfroghttpclient.JfrogHttpClient) *GoService

func (*GoService) GetJfrogHttpClient

func (gs *GoService) GetJfrogHttpClient() *jfroghttpclient.JfrogHttpClient

func (*GoService) PublishPackage

func (gs *GoService) PublishPackage(params GoParams) (*utils.OperationSummary, error)

func (*GoService) SetServiceDetails

func (gs *GoService) SetServiceDetails(artDetails auth.ServiceDetails)

Jump to

Keyboard shortcuts

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