Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerCommand ¶
type ServerCommand struct {
// contains filtered or unexported fields
}
func (*ServerCommand) Help ¶
func (c *ServerCommand) Help() string
func (*ServerCommand) RegisterCommands ¶
func (c *ServerCommand) RegisterCommands() map[string]cli.CommandFactory
func (*ServerCommand) Run ¶
func (c *ServerCommand) Run(args []string) int
func (*ServerCommand) Synopsis ¶
func (c *ServerCommand) Synopsis() string
type ServerStartCommand ¶
type ServerStartCommand struct {
*ServerCommand
}
func (*ServerStartCommand) Help ¶
func (c *ServerStartCommand) Help() string
func (*ServerStartCommand) Run ¶
func (c *ServerStartCommand) Run(args []string) int
func (*ServerStartCommand) Synopsis ¶
func (c *ServerStartCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.