Documentation ¶
Index ¶
- type TransferConfigCommand
- func (tcc *TransferConfigCommand) CommandName() string
- func (tcc *TransferConfigCommand) Run() (err error)
- func (tcc *TransferConfigCommand) SetDryRun(dryRun bool) *TransferConfigCommand
- func (tcc *TransferConfigCommand) SetExcludeReposPatterns(excludeReposPatterns []string) *TransferConfigCommand
- func (tcc *TransferConfigCommand) SetForce(force bool) *TransferConfigCommand
- func (tcc *TransferConfigCommand) SetIncludeReposPatterns(includeReposPatterns []string) *TransferConfigCommand
- func (tcc *TransferConfigCommand) SetVerbose(verbose bool) *TransferConfigCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransferConfigCommand ¶
type TransferConfigCommand struct {
// contains filtered or unexported fields
}
func NewTransferConfigCommand ¶
func NewTransferConfigCommand(sourceServer, targetServer *config.ServerDetails) *TransferConfigCommand
func (*TransferConfigCommand) CommandName ¶
func (tcc *TransferConfigCommand) CommandName() string
func (*TransferConfigCommand) Run ¶
func (tcc *TransferConfigCommand) Run() (err error)
func (*TransferConfigCommand) SetDryRun ¶
func (tcc *TransferConfigCommand) SetDryRun(dryRun bool) *TransferConfigCommand
func (*TransferConfigCommand) SetExcludeReposPatterns ¶
func (tcc *TransferConfigCommand) SetExcludeReposPatterns(excludeReposPatterns []string) *TransferConfigCommand
func (*TransferConfigCommand) SetForce ¶
func (tcc *TransferConfigCommand) SetForce(force bool) *TransferConfigCommand
func (*TransferConfigCommand) SetIncludeReposPatterns ¶
func (tcc *TransferConfigCommand) SetIncludeReposPatterns(includeReposPatterns []string) *TransferConfigCommand
func (*TransferConfigCommand) SetVerbose ¶ added in v2.18.1
func (tcc *TransferConfigCommand) SetVerbose(verbose bool) *TransferConfigCommand
Click to show internal directories.
Click to hide internal directories.