executor

package
v0.0.0-...-8dbc9cc Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command interface {
	WithDir(dir string) Command
	WithCombinedOutput(out io.Writer) Command
	WithConsoleOutput() Command
	Run() error
}

type Executor

type Executor interface {
	NewCommand(cmd string, args ...string) Command
}

func New

func New() Executor

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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