Documentation
¶
Index ¶
- type DryRun
- func (e *DryRun) Log() []string
- func (e *DryRun) Run(ctx context.Context, cmd string, args ...string) (*Result, error)
- func (e *DryRun) RunShell(ctx context.Context, script string) (*Result, error)
- func (e *DryRun) RunStreaming(ctx context.Context, cmd string, stdout, stderr io.Writer, args ...string) error
- func (e *DryRun) SetResponse(cmdPrefix string, result *Result)
- type Executor
- type Local
- type Result
- type SSH
- type StreamingExecutor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DryRun ¶
type DryRun struct {
// contains filtered or unexported fields
}
func (*DryRun) RunStreaming ¶
func (*DryRun) SetResponse ¶
Click to show internal directories.
Click to hide internal directories.