Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvSetupCommand ¶
type EnvSetupCommand struct {
// contains filtered or unexported fields
}
func NewEnvSetupCommand ¶
func NewEnvSetupCommand(url string) *EnvSetupCommand
func (*EnvSetupCommand) CommandName ¶
func (ftc *EnvSetupCommand) CommandName() string
func (*EnvSetupCommand) Run ¶
func (ftc *EnvSetupCommand) Run() (err error)
func (*EnvSetupCommand) ServerDetails ¶
func (ftc *EnvSetupCommand) ServerDetails() (*config.ServerDetails, error)
func (*EnvSetupCommand) SetProgress ¶
func (ftc *EnvSetupCommand) SetProgress(progress ioUtils.ProgressMgr)
Click to show internal directories.
Click to hide internal directories.