Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runnable ¶
type Runnable struct {
// contains filtered or unexported fields
}
Runnable implements the Runnable interface using exec.Cmd
func NewRunnable ¶
NewRunnable creates a new Runnable instance
func (*Runnable) EnableOutputBuffering ¶
func (r *Runnable) EnableOutputBuffering()
EnableOutputBuffering ensures that nothing is written to the output in case of an error
Click to show internal directories.
Click to hide internal directories.