Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type CommandClose ¶
type CommandClose struct {
// contains filtered or unexported fields
}
func NewCommandClose ¶
func NewCommandClose() *CommandClose
func (*CommandClose) Help ¶
func (c *CommandClose) Help() string
func (*CommandClose) Run ¶
func (c *CommandClose) Run(cli *Cli) error
type CommandError ¶
type CommandError struct {
// contains filtered or unexported fields
}
func NewCommandError ¶
func NewCommandError() *CommandError
func (*CommandError) Help ¶
func (c *CommandError) Help() string
func (*CommandError) Run ¶
func (c *CommandError) Run(cli *Cli) error
type CommandIO ¶
type CommandIO struct {
// contains filtered or unexported fields
}
func NewCommandIO ¶
func NewCommandIO() *CommandIO
type CommandInput ¶
type CommandInput struct {
// contains filtered or unexported fields
}
func NewCommandInput ¶
func NewCommandInput() *CommandInput
func (*CommandInput) Help ¶
func (c *CommandInput) Help() string
func (*CommandInput) Run ¶
func (c *CommandInput) Run(cli *Cli) error
type CommandKill ¶
type CommandKill struct {
// contains filtered or unexported fields
}
func NewCommandKill ¶
func NewCommandKill() *CommandKill
func (*CommandKill) Help ¶
func (c *CommandKill) Help() string
func (*CommandKill) Run ¶
func (c *CommandKill) Run(cli *Cli) error
type CommandList ¶
type CommandList struct {
// contains filtered or unexported fields
}
func NewCommandList ¶
func NewCommandList() *CommandList
func (*CommandList) Help ¶
func (c *CommandList) Help() string
func (*CommandList) Run ¶
func (c *CommandList) Run(cli *Cli) error
type CommandLog ¶
type CommandLog struct {
// contains filtered or unexported fields
}
func NewCommandLog ¶
func NewCommandLog() *CommandLog
func (*CommandLog) Help ¶
func (c *CommandLog) Help() string
func (*CommandLog) Run ¶
func (c *CommandLog) Run(cli *Cli) error
type CommandOpen ¶
type CommandOpen struct {
// contains filtered or unexported fields
}
func NewCommandOpen ¶
func NewCommandOpen() *CommandOpen
func (*CommandOpen) Help ¶
func (c *CommandOpen) Help() string
func (*CommandOpen) Run ¶
func (c *CommandOpen) Run(cli *Cli) error
type CommandOutput ¶
type CommandOutput struct {
// contains filtered or unexported fields
}
func NewCommandOutput ¶
func NewCommandOutput() *CommandOutput
func (*CommandOutput) Help ¶
func (c *CommandOutput) Help() string
func (*CommandOutput) Run ¶
func (c *CommandOutput) Run(cli *Cli) error
type CommandPing ¶
type CommandPing struct {
// contains filtered or unexported fields
}
func NewCommandPing ¶
func NewCommandPing() *CommandPing
func (*CommandPing) Help ¶
func (c *CommandPing) Help() string
func (*CommandPing) Run ¶
func (c *CommandPing) Run(cli *Cli) error
type CommandRun ¶
type CommandRun struct {
// contains filtered or unexported fields
}
func NewCommandRun ¶
func NewCommandRun() *CommandRun
func (*CommandRun) Help ¶
func (c *CommandRun) Help() string
func (*CommandRun) Run ¶
func (c *CommandRun) Run(cli *Cli) error
type CommandStart ¶
type CommandStart struct {
// contains filtered or unexported fields
}
func NewCommandStart ¶
func NewCommandStart() *CommandStart
func (*CommandStart) Help ¶
func (c *CommandStart) Help() string
func (*CommandStart) Run ¶
func (c *CommandStart) Run(cli *Cli) error
type CommandStop ¶
type CommandStop struct {
// contains filtered or unexported fields
}
func NewCommandStop ¶
func NewCommandStop() *CommandStop
func (*CommandStop) Help ¶
func (c *CommandStop) Help() string
func (*CommandStop) Run ¶
func (c *CommandStop) Run(cli *Cli) error
Click to show internal directories.
Click to hide internal directories.