Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerCommand ¶
ServerCommand is the command to start the sever
func (*ServerCommand) DefineFlags ¶
func (c *ServerCommand) DefineFlags()
DefineFlags defines the command flags
func (*ServerCommand) GetBaseCommand ¶
func (c *ServerCommand) GetBaseCommand() string
func (*ServerCommand) GetHelperText ¶
func (c *ServerCommand) GetHelperText() string
GetHelperText returns a simple description of the command
func (*ServerCommand) Help ¶
func (c *ServerCommand) Help() string
Help implements the cli.Command interface
func (*ServerCommand) Run ¶
func (c *ServerCommand) Run(args []string) int
Run implements the cli.Command interface
func (*ServerCommand) Synopsis ¶
func (c *ServerCommand) Synopsis() string
Synopsis implements the cli.Command interface
Click to show internal directories.
Click to hide internal directories.