Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionTemplateEntry ¶
ActionTemplateEntry is input struct for generating custom command info
type GohanClientCLI ¶
type GohanClientCLI struct {
// contains filtered or unexported fields
}
GohanClientCLI ...
func NewGohanClientCLI ¶
func NewGohanClientCLI(opts *GohanClientCLIOpts) (*GohanClientCLI, error)
NewGohanClientCLI GohanClientCLI constructor
func (*GohanClientCLI) ExecuteCommand ¶
func (gohanClientCLI *GohanClientCLI) ExecuteCommand(command string, arguments []string) (string, error)
ExecuteCommand ...
type GohanClientCLIOpts ¶
type GohanClientCLIOpts struct {
// contains filtered or unexported fields
}
GohanClientCLIOpts options for GohanClientCLI
func NewOptsFromEnv ¶
func NewOptsFromEnv() (*GohanClientCLIOpts, error)
NewOptsFromEnv creates new Opts for GohanClientCLI using env variables
Click to show internal directories.
Click to hide internal directories.