Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
// contains filtered or unexported fields
}
func (*Cli) Execute ¶
func (c *Cli) Execute(controller controller.ControllerInterface)
func (*Cli) GetHostFlag ¶
type CliInterface ¶
type CliInterface interface { GetHostFlag() string Execute(controller controller.ControllerInterface) }
func NewCliOrDie ¶
func NewCliOrDie() CliInterface
Click to show internal directories.
Click to hide internal directories.