Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BladeByPosExecutor ¶
type BladeByPosExecutor struct {
// contains filtered or unexported fields
}
func (*BladeByPosExecutor) Run ¶
func (e *BladeByPosExecutor) Run(action string) actions.ActionResult
type BladeByPosExecutorFactory ¶
type BladeByPosExecutorFactory struct {
// contains filtered or unexported fields
}
func NewBladeByPosExecutorFactory ¶
func NewBladeByPosExecutorFactory(username, password string) *BladeByPosExecutorFactory
type BladeBySerialExecutor ¶
type BladeBySerialExecutor struct {
// contains filtered or unexported fields
}
func (*BladeBySerialExecutor) Run ¶
func (e *BladeBySerialExecutor) Run(action string) actions.ActionResult
type BladeBySerialExecutorFactory ¶
type BladeBySerialExecutorFactory struct {
// contains filtered or unexported fields
}
func NewBladeBySerialExecutorFactory ¶
func NewBladeBySerialExecutorFactory(username, password string) *BladeBySerialExecutorFactory
type ChassisExecutor ¶
type ChassisExecutor struct {
// contains filtered or unexported fields
}
func (*ChassisExecutor) Cleanup ¶
func (e *ChassisExecutor) Cleanup()
func (*ChassisExecutor) Run ¶
func (e *ChassisExecutor) Run(action string) actions.ActionResult
func (*ChassisExecutor) Validate ¶
func (e *ChassisExecutor) Validate(action string) error
type ChassisExecutorFactory ¶
type ChassisExecutorFactory struct {
// contains filtered or unexported fields
}
func NewChassisExecutorFactory ¶
func NewChassisExecutorFactory(username, password string) *ChassisExecutorFactory
type HostExecutorFactory ¶
type HostExecutorFactory struct {
// contains filtered or unexported fields
}
func NewHostExecutorFactory ¶
func NewHostExecutorFactory(username, password string, isS3Enabled bool) *HostExecutorFactory
type SleepExecutor ¶
type SleepExecutor struct{}
func (*SleepExecutor) Cleanup ¶
func (e *SleepExecutor) Cleanup()
func (*SleepExecutor) Run ¶
func (e *SleepExecutor) Run(action string) actions.ActionResult
func (*SleepExecutor) Validate ¶
func (e *SleepExecutor) Validate(action string) error
type SleepExecutorFactory ¶
type SleepExecutorFactory struct{}
func NewSleepExecutorFactory ¶
func NewSleepExecutorFactory() *SleepExecutorFactory
Source Files
¶
Click to show internal directories.
Click to hide internal directories.