internal

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

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) Cleanup

func (e BladeByPosExecutor) Cleanup()

func (*BladeByPosExecutor) Run

func (BladeByPosExecutor) Validate

func (e BladeByPosExecutor) Validate(action string) error

type BladeByPosExecutorFactory

type BladeByPosExecutorFactory struct {
	// contains filtered or unexported fields
}

func NewBladeByPosExecutorFactory

func NewBladeByPosExecutorFactory(username, password string) *BladeByPosExecutorFactory

func (*BladeByPosExecutorFactory) New

func (f *BladeByPosExecutorFactory) New(params map[string]interface{}) (actions.Executor, error)

type BladeBySerialExecutor

type BladeBySerialExecutor struct {
	// contains filtered or unexported fields
}

func (BladeBySerialExecutor) Cleanup

func (e BladeBySerialExecutor) Cleanup()

func (*BladeBySerialExecutor) Run

func (BladeBySerialExecutor) Validate

func (e BladeBySerialExecutor) Validate(action string) error

type BladeBySerialExecutorFactory

type BladeBySerialExecutorFactory struct {
	// contains filtered or unexported fields
}

func NewBladeBySerialExecutorFactory

func NewBladeBySerialExecutorFactory(username, password string) *BladeBySerialExecutorFactory

func (*BladeBySerialExecutorFactory) New

func (f *BladeBySerialExecutorFactory) New(params map[string]interface{}) (actions.Executor, error)

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

func (*ChassisExecutorFactory) New

func (f *ChassisExecutorFactory) New(params map[string]interface{}) (actions.Executor, error)

type HostExecutorFactory

type HostExecutorFactory struct {
	// contains filtered or unexported fields
}

func NewHostExecutorFactory

func NewHostExecutorFactory(username, password string, isS3Enabled bool) *HostExecutorFactory

func (*HostExecutorFactory) New

func (f *HostExecutorFactory) New(params map[string]interface{}) (actions.Executor, error)

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

func (*SleepExecutorFactory) New

func (f *SleepExecutorFactory) New(_ map[string]interface{}) (actions.Executor, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL