Documentation ¶ Index ¶ type Start func NewStart(v string) *Start func (c *Start) Action() func(ctx *cli.Context) func (c *Start) Description() string func (c *Start) Flags() []cli.Flag func (c *Start) Name() string func (c *Start) Run(ctx *cli.Context) error func (c *Start) Usage() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Start ¶ type Start struct { // contains filtered or unexported fields } func NewStart ¶ func NewStart(v string) *Start func (*Start) Action ¶ func (c *Start) Action() func(ctx *cli.Context) func (*Start) Description ¶ func (c *Start) Description() string func (*Start) Flags ¶ func (c *Start) Flags() []cli.Flag func (*Start) Name ¶ func (c *Start) Name() string func (*Start) Run ¶ func (c *Start) Run(ctx *cli.Context) error func (*Start) Usage ¶ func (c *Start) Usage() string Source Files ¶ View all Source files start.go types.go Directories ¶ Show internal Expand all Path Synopsis ui Click to show internal directories. Click to hide internal directories.