Documentation ¶
Index ¶
- func NewScriptCommandModelSpec() spec.ExpModelCommandSpec
- func NewScriptDelayActionCommand() spec.ExpActionCommandSpec
- func NewScriptExitActionCommand() spec.ExpActionCommandSpec
- type ScriptCommandModelSpec
- type ScriptDelayActionCommand
- type ScriptDelayExecutor
- type ScriptExitActionCommand
- type ScriptExitExecutor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScriptCommandModelSpec ¶
func NewScriptCommandModelSpec() spec.ExpModelCommandSpec
func NewScriptDelayActionCommand ¶
func NewScriptDelayActionCommand() spec.ExpActionCommandSpec
func NewScriptExitActionCommand ¶
func NewScriptExitActionCommand() spec.ExpActionCommandSpec
Types ¶
type ScriptCommandModelSpec ¶
type ScriptCommandModelSpec struct {
spec.BaseExpModelCommandSpec
}
func (*ScriptCommandModelSpec) LongDesc ¶
func (*ScriptCommandModelSpec) LongDesc() string
func (*ScriptCommandModelSpec) Name ¶
func (*ScriptCommandModelSpec) Name() string
func (*ScriptCommandModelSpec) ShortDesc ¶
func (*ScriptCommandModelSpec) ShortDesc() string
type ScriptDelayActionCommand ¶
type ScriptDelayActionCommand struct {
spec.BaseExpActionCommandSpec
}
func (*ScriptDelayActionCommand) Aliases ¶
func (*ScriptDelayActionCommand) Aliases() []string
func (*ScriptDelayActionCommand) LongDesc ¶
func (s *ScriptDelayActionCommand) LongDesc() string
func (*ScriptDelayActionCommand) Name ¶
func (*ScriptDelayActionCommand) Name() string
func (*ScriptDelayActionCommand) ShortDesc ¶
func (*ScriptDelayActionCommand) ShortDesc() string
type ScriptDelayExecutor ¶
type ScriptDelayExecutor struct {
// contains filtered or unexported fields
}
func (*ScriptDelayExecutor) Name ¶
func (*ScriptDelayExecutor) Name() string
func (*ScriptDelayExecutor) SetChannel ¶
func (sde *ScriptDelayExecutor) SetChannel(channel spec.Channel)
type ScriptExitActionCommand ¶
type ScriptExitActionCommand struct {
spec.BaseExpActionCommandSpec
}
func (*ScriptExitActionCommand) Aliases ¶
func (*ScriptExitActionCommand) Aliases() []string
func (*ScriptExitActionCommand) LongDesc ¶
func (s *ScriptExitActionCommand) LongDesc() string
func (*ScriptExitActionCommand) Name ¶
func (*ScriptExitActionCommand) Name() string
func (*ScriptExitActionCommand) ShortDesc ¶
func (*ScriptExitActionCommand) ShortDesc() string
type ScriptExitExecutor ¶
type ScriptExitExecutor struct {
// contains filtered or unexported fields
}
func (*ScriptExitExecutor) Name ¶
func (*ScriptExitExecutor) Name() string
func (*ScriptExitExecutor) SetChannel ¶
func (see *ScriptExitExecutor) SetChannel(channel spec.Channel)
Click to show internal directories.
Click to hide internal directories.