Documentation
¶
Index ¶
- type ExecService
- func (e *ExecService) GetDeepCopy() (deepCopy commandexecutorinterfaces.CommandExecutor)
- func (e *ExecService) GetHostDescription() (hostDescription string, err error)
- func (e *ExecService) RunCommand(ctx context.Context, options *parameteroptions.RunCommandOptions) (commandOutput *commandoutput.CommandOutput, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecService ¶
type ExecService struct {
commandexecutorgeneric.CommandExecutorBase
}
func Exec ¶
func Exec() (e *ExecService)
func NewExec ¶
func NewExec() (e *ExecService)
func NewExecService ¶
func NewExecService() (e *ExecService)
func (*ExecService) GetDeepCopy ¶
func (e *ExecService) GetDeepCopy() (deepCopy commandexecutorinterfaces.CommandExecutor)
func (*ExecService) GetHostDescription ¶
func (e *ExecService) GetHostDescription() (hostDescription string, err error)
func (*ExecService) RunCommand ¶
func (e *ExecService) RunCommand(ctx context.Context, options *parameteroptions.RunCommandOptions) (commandOutput *commandoutput.CommandOutput, err error)
Click to show internal directories.
Click to hide internal directories.