Documentation ¶
Index ¶
Constants ¶
View Source
const ( OK = 0 INTERNAL_ERROR = 500 )
Return codes to be used by command implementations and tests
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenConfigCommand ¶
GenConfigCommand attempts to write out an INI configuration file
func (*GenConfigCommand) Run ¶
func (c *GenConfigCommand) Run(args []string) int
Run the actual command
func (*GenConfigCommand) Synopsis ¶
func (c *GenConfigCommand) Synopsis() string
type StartCommand ¶
StartCommand starts the server application listening on the configured port
func (*StartCommand) Synopsis ¶
func (c *StartCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.