internal

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdFunctionParams

type CmdFunctionParams struct {
	Stdout  io.Writer
	StdErr  io.Writer
	Stdin   io.Reader
	Command string
	Args    []string
	Return  error
	Output  []byte
}

type Runner

type Runner interface {
	Run() error
	CombinedOutput() ([]byte, error)
}

func CmdRunner

func CmdRunner(stdout, stderr io.Writer, stdin io.Reader, command string, args ...string) Runner

type TestRunner

type TestRunner struct {
	Runner            func() error
	CombinedOutputter func() ([]byte, error)
}

func (*TestRunner) CombinedOutput

func (tr *TestRunner) CombinedOutput() ([]byte, error)

func (*TestRunner) Run

func (tr *TestRunner) Run() error

Jump to

Keyboard shortcuts

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