Documentation ¶
Index ¶
- type GoCommand
- func (gc *GoCommand) CommandName() string
- func (gc *GoCommand) Run() error
- func (gc *GoCommand) ServerDetails() (*config.ServerDetails, error)
- func (gc *GoCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoCommand
- func (gc *GoCommand) SetConfigFilePath(configFilePath string) *GoCommand
- func (gc *GoCommand) SetDeployerParams(deployerParams *utils.RepositoryConfig) *GoCommand
- func (gc *GoCommand) SetGoArg(goArg []string) *GoCommand
- func (gc *GoCommand) SetResolverParams(resolverParams *utils.RepositoryConfig) *GoCommand
- type GoPublishCommand
- type GoPublishCommandArgs
- func (gpc *GoPublishCommandArgs) IsDetailedSummary() bool
- func (gpc *GoPublishCommandArgs) Result() *commandutils.Result
- func (gpc *GoPublishCommandArgs) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoPublishCommandArgs
- func (gpc *GoPublishCommandArgs) SetDetailedSummary(detailedSummary bool) *GoPublishCommandArgs
- func (gpc *GoPublishCommandArgs) SetVersion(version string) *GoPublishCommandArgs
Constants ¶
This section is empty.
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) ServerDetails ¶
func (gc *GoCommand) ServerDetails() (*config.ServerDetails, error)
func (*GoCommand) SetBuildConfiguration ¶
func (gc *GoCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoCommand
func (*GoCommand) SetConfigFilePath ¶
func (*GoCommand) SetDeployerParams ¶
func (gc *GoCommand) SetDeployerParams(deployerParams *utils.RepositoryConfig) *GoCommand
func (*GoCommand) SetResolverParams ¶
func (gc *GoCommand) SetResolverParams(resolverParams *utils.RepositoryConfig) *GoCommand
type GoPublishCommand ¶
type GoPublishCommand struct { *GoPublishCommandArgs // contains filtered or unexported fields }
func NewGoPublishCommand ¶
func NewGoPublishCommand() *GoPublishCommand
func (*GoPublishCommand) CommandName ¶
func (gpc *GoPublishCommand) CommandName() string
func (*GoPublishCommand) Run ¶
func (gpc *GoPublishCommand) Run() error
func (*GoPublishCommand) SetConfigFilePath ¶
func (gpc *GoPublishCommand) SetConfigFilePath(configFilePath string) *GoPublishCommand
type GoPublishCommandArgs ¶
type GoPublishCommandArgs struct { utils.RepositoryConfig // contains filtered or unexported fields }
func (*GoPublishCommandArgs) IsDetailedSummary ¶
func (gpc *GoPublishCommandArgs) IsDetailedSummary() bool
func (*GoPublishCommandArgs) Result ¶
func (gpc *GoPublishCommandArgs) Result() *commandutils.Result
func (*GoPublishCommandArgs) SetBuildConfiguration ¶
func (gpc *GoPublishCommandArgs) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *GoPublishCommandArgs
func (*GoPublishCommandArgs) SetDetailedSummary ¶
func (gpc *GoPublishCommandArgs) SetDetailedSummary(detailedSummary bool) *GoPublishCommandArgs
func (*GoPublishCommandArgs) SetVersion ¶
func (gpc *GoPublishCommandArgs) SetVersion(version string) *GoPublishCommandArgs
Click to show internal directories.
Click to hide internal directories.