Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListCommandFactory ¶
func StartCommandFactory ¶
func StopCommandFactory ¶
Types ¶
type ListCommand ¶
type ListCommand struct{}
func (ListCommand) Help ¶
func (cmd ListCommand) Help() string
func (ListCommand) Run ¶
func (cmd ListCommand) Run(args []string) int
func (ListCommand) Synopsis ¶
func (cmd ListCommand) Synopsis() string
type StartCommand ¶
type StartCommand struct{}
func (StartCommand) Help ¶
func (cmd StartCommand) Help() string
func (StartCommand) Run ¶
func (cmd StartCommand) Run(args []string) int
func (StartCommand) Synopsis ¶
func (cmd StartCommand) Synopsis() string
type StopCommand ¶
type StopCommand struct{}
func (StopCommand) Help ¶
func (cmd StopCommand) Help() string
func (StopCommand) Run ¶
func (cmd StopCommand) Run(args []string) int
func (StopCommand) Synopsis ¶
func (cmd StopCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.