Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppFactory ¶
type AppFactory interface { Get(string) (App, error) SetBool(anApp App, key string, value bool) error }
func NewAppFactory ¶
func NewAppFactory(cli plugin.CliConnection, curl models.Curler) AppFactory
Click to show internal directories.
Click to hide internal directories.