Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSrvConfig ¶
func GetSrvConfig() godoo.ServerConfigVals
Sets up server context & logger in a similar way to SetupCli()
Types ¶
type CliContext ¶
type CliContext struct { Config godoo.ConfigVals // contains filtered or unexported fields }
CliContext encapsulates user inputs and is passed around to execute desired operations
func (*CliContext) GetCommand ¶
func (ac *CliContext) GetCommand() (godoo.ICommand, error)
func (*CliContext) SetupCliContext ¶
func (ac *CliContext) SetupCliContext(args []string)
func (*CliContext) SetupFlagParser ¶
func (ac *CliContext) SetupFlagParser()
Click to show internal directories.
Click to hide internal directories.