Documentation ¶
Index ¶
- Constants
- type GoCommand
- func (gc *GoCommand) CommandName() string
- func (gc *GoCommand) RtDetails() (*config.ArtifactoryDetails, error)
- func (gc *GoCommand) Run() error
- func (gc *GoCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoCommand
- func (gc *GoCommand) SetDeployerParams(deployerParams *utils.RepositoryConfig) *GoCommand
- func (gc *GoCommand) SetGoArg(goArg []string) *GoCommand
- func (gc *GoCommand) SetNoRegistry(noRegistry bool) *GoCommand
- func (gc *GoCommand) SetPublishDeps(publishDeps bool) *GoCommand
- func (gc *GoCommand) SetResolverParams(resolverParams *utils.RepositoryConfig) *GoCommand
- type GoNativeCommand
- type GoPublishCommand
- func (gpc *GoPublishCommand) CommandName() string
- func (gpc *GoPublishCommand) Result() *commandutils.Result
- func (gpc *GoPublishCommand) Run() error
- func (gpc *GoPublishCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoPublishCommand
- func (gpc *GoPublishCommand) SetDependencies(dependencies string) *GoPublishCommand
- func (gpc *GoPublishCommand) SetPublishPackage(publishPackage bool) *GoPublishCommand
- func (gpc *GoPublishCommand) SetVersion(version string) *GoPublishCommand
- type GoRecursivePublishCommand
Constants ¶
View Source
const GoCommandName = "rt_go"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoCommand ¶
type GoCommand struct {
// contains filtered or unexported fields
}
func NewGoCommand ¶
func NewGoCommand() *GoCommand
func (*GoCommand) CommandName ¶
func (*GoCommand) SetBuildConfiguration ¶
func (gc *GoCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoCommand
func (*GoCommand) SetDeployerParams ¶
func (gc *GoCommand) SetDeployerParams(deployerParams *utils.RepositoryConfig) *GoCommand
func (*GoCommand) SetNoRegistry ¶
func (*GoCommand) SetPublishDeps ¶
func (*GoCommand) SetResolverParams ¶
func (gc *GoCommand) SetResolverParams(resolverParams *utils.RepositoryConfig) *GoCommand
type GoNativeCommand ¶
type GoNativeCommand struct { GoCommand // contains filtered or unexported fields }
func NewGoNativeCommand ¶
func NewGoNativeCommand() *GoNativeCommand
func (*GoNativeCommand) RtDetails ¶
func (gnc *GoNativeCommand) RtDetails() (*config.ArtifactoryDetails, error)
func (*GoNativeCommand) Run ¶
func (gnc *GoNativeCommand) Run() error
func (*GoNativeCommand) SetArgs ¶
func (gnc *GoNativeCommand) SetArgs(args []string) *GoNativeCommand
func (*GoNativeCommand) SetConfigFilePath ¶
func (gnc *GoNativeCommand) SetConfigFilePath(configFilePath string) *GoNativeCommand
type GoPublishCommand ¶
type GoPublishCommand struct { utils.RepositoryConfig // contains filtered or unexported fields }
func NewGoPublishCommand ¶
func NewGoPublishCommand() *GoPublishCommand
func (*GoPublishCommand) CommandName ¶
func (gpc *GoPublishCommand) CommandName() string
func (*GoPublishCommand) Result ¶
func (gpc *GoPublishCommand) Result() *commandutils.Result
func (*GoPublishCommand) Run ¶
func (gpc *GoPublishCommand) Run() error
func (*GoPublishCommand) SetBuildConfiguration ¶
func (gpc *GoPublishCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoPublishCommand
func (*GoPublishCommand) SetDependencies ¶
func (gpc *GoPublishCommand) SetDependencies(dependencies string) *GoPublishCommand
func (*GoPublishCommand) SetPublishPackage ¶
func (gpc *GoPublishCommand) SetPublishPackage(publishPackage bool) *GoPublishCommand
func (*GoPublishCommand) SetVersion ¶
func (gpc *GoPublishCommand) SetVersion(version string) *GoPublishCommand
type GoRecursivePublishCommand ¶
type GoRecursivePublishCommand struct {
utils.RepositoryConfig
}
func NewGoRecursivePublishCommand ¶
func NewGoRecursivePublishCommand() *GoRecursivePublishCommand
func (*GoRecursivePublishCommand) CommandName ¶
func (grp *GoRecursivePublishCommand) CommandName() string
func (*GoRecursivePublishCommand) Run ¶
func (grp *GoRecursivePublishCommand) Run() error
Click to show internal directories.
Click to hide internal directories.