Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependable ¶
type Dependable interface { Commit() error GenerateAutomationCmd() }
type Dependencies ¶
type Dependencies struct { Out io.Writer Client *client.Client Host string Space *spaces.Space NoPrompt bool Ask question.Asker CmdPath string ShowMessagePrefix bool }
func NewDependencies ¶
func NewDependencies(f factory.Factory, cmd *cobra.Command) *Dependencies
func NewDependenciesFromExisting ¶
func NewDependenciesFromExisting(opts *Dependencies, cmdPath string) *Dependencies
func NewSystemDependencies ¶
func NewSystemDependencies(f factory.Factory, cmd *cobra.Command) *Dependencies
Click to show internal directories.
Click to hide internal directories.