Documentation ¶
Index ¶
- func NewKillProcessActionCommandSpec() spec.ExpActionCommandSpec
- func NewMemCommandModelSpec() spec.ExpModelCommandSpec
- func NewProcessCommandModelSpec() spec.ExpModelCommandSpec
- func NewShowActionSpec() spec.ExpActionCommandSpec
- func NewStopProcessActionCommandSpec() spec.ExpActionCommandSpec
- func NewTestCommandSpec() spec.ExpModelCommandSpec
- type KillProcessActionCommandSpec
- type KillProcessExecutor
- type MemCommandModelSpec
- type ProcessCommandModelSpec
- type ShowActionExecutor
- type ShowActionSpec
- type StopProcessActionCommandSpec
- type StopProcessExecutor
- type TestCommandSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKillProcessActionCommandSpec ¶
func NewKillProcessActionCommandSpec() spec.ExpActionCommandSpec
func NewMemCommandModelSpec ¶
func NewMemCommandModelSpec() spec.ExpModelCommandSpec
func NewProcessCommandModelSpec ¶
func NewProcessCommandModelSpec() spec.ExpModelCommandSpec
func NewShowActionSpec ¶
func NewShowActionSpec() spec.ExpActionCommandSpec
func NewStopProcessActionCommandSpec ¶
func NewStopProcessActionCommandSpec() spec.ExpActionCommandSpec
func NewTestCommandSpec ¶
func NewTestCommandSpec() spec.ExpModelCommandSpec
Types ¶
type KillProcessActionCommandSpec ¶
type KillProcessActionCommandSpec struct {
spec.BaseExpActionCommandSpec
}
func (*KillProcessActionCommandSpec) Aliases ¶
func (*KillProcessActionCommandSpec) Aliases() []string
func (*KillProcessActionCommandSpec) LongDesc ¶
func (*KillProcessActionCommandSpec) LongDesc() string
func (*KillProcessActionCommandSpec) Name ¶
func (*KillProcessActionCommandSpec) Name() string
func (*KillProcessActionCommandSpec) ShortDesc ¶
func (*KillProcessActionCommandSpec) ShortDesc() string
type KillProcessExecutor ¶
type KillProcessExecutor struct {
// contains filtered or unexported fields
}
func (*KillProcessExecutor) Name ¶
func (kpe *KillProcessExecutor) Name() string
func (*KillProcessExecutor) SetChannel ¶
func (kpe *KillProcessExecutor) SetChannel(channel spec.Channel)
type MemCommandModelSpec ¶
type MemCommandModelSpec struct {
spec.BaseExpModelCommandSpec
}
func (*MemCommandModelSpec) Example ¶
func (*MemCommandModelSpec) Example() string
func (*MemCommandModelSpec) LongDesc ¶
func (*MemCommandModelSpec) LongDesc() string
func (*MemCommandModelSpec) Name ¶
func (*MemCommandModelSpec) Name() string
func (*MemCommandModelSpec) ShortDesc ¶
func (*MemCommandModelSpec) ShortDesc() string
type ProcessCommandModelSpec ¶
type ProcessCommandModelSpec struct {
spec.BaseExpModelCommandSpec
}
func (*ProcessCommandModelSpec) Example ¶
func (*ProcessCommandModelSpec) Example() string
func (*ProcessCommandModelSpec) LongDesc ¶
func (*ProcessCommandModelSpec) LongDesc() string
func (*ProcessCommandModelSpec) Name ¶
func (*ProcessCommandModelSpec) Name() string
func (*ProcessCommandModelSpec) ShortDesc ¶
func (*ProcessCommandModelSpec) ShortDesc() string
type ShowActionExecutor ¶
type ShowActionExecutor struct {
// contains filtered or unexported fields
}
func (*ShowActionExecutor) Name ¶
func (*ShowActionExecutor) Name() string
func (*ShowActionExecutor) SetChannel ¶
func (fae *ShowActionExecutor) SetChannel(channel spec.Channel)
type ShowActionSpec ¶
type ShowActionSpec struct {
spec.BaseExpActionCommandSpec
}
func (*ShowActionSpec) Aliases ¶
func (*ShowActionSpec) Aliases() []string
func (*ShowActionSpec) LongDesc ¶
func (*ShowActionSpec) LongDesc() string
func (*ShowActionSpec) Name ¶
func (*ShowActionSpec) Name() string
func (*ShowActionSpec) ShortDesc ¶
func (*ShowActionSpec) ShortDesc() string
type StopProcessActionCommandSpec ¶
type StopProcessActionCommandSpec struct {
spec.BaseExpActionCommandSpec
}
func (*StopProcessActionCommandSpec) Aliases ¶
func (*StopProcessActionCommandSpec) Aliases() []string
func (*StopProcessActionCommandSpec) LongDesc ¶
func (*StopProcessActionCommandSpec) LongDesc() string
func (*StopProcessActionCommandSpec) Name ¶
func (*StopProcessActionCommandSpec) Name() string
func (*StopProcessActionCommandSpec) ShortDesc ¶
func (*StopProcessActionCommandSpec) ShortDesc() string
type StopProcessExecutor ¶
type StopProcessExecutor struct {
// contains filtered or unexported fields
}
func (*StopProcessExecutor) Name ¶
func (spe *StopProcessExecutor) Name() string
func (*StopProcessExecutor) SetChannel ¶
func (spe *StopProcessExecutor) SetChannel(channel spec.Channel)
type TestCommandSpec ¶
type TestCommandSpec struct {
spec.BaseExpModelCommandSpec
}
func (*TestCommandSpec) Example ¶
func (*TestCommandSpec) Example() string
func (*TestCommandSpec) LongDesc ¶
func (*TestCommandSpec) LongDesc() string
func (*TestCommandSpec) Name ¶
func (*TestCommandSpec) Name() string
func (*TestCommandSpec) ShortDesc ¶
func (*TestCommandSpec) ShortDesc() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.