Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...RunnerOption) *Runner
type RunnerOption ¶
type RunnerOption func(*Runner)
func WithDir ¶
func WithDir(path string) RunnerOption
func WithStderr ¶
func WithStderr(stderr io.Writer) RunnerOption
func WithStdin ¶ added in v1.1.7
func WithStdin(stdin io.Reader) RunnerOption
func WithStdout ¶
func WithStdout(stdout io.Writer) RunnerOption
Click to show internal directories.
Click to hide internal directories.