runner

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposerRunner

type ComposerRunner struct {
	Logger logger.Logger
	Out    io.Writer
	Err    io.Writer
}

func (ComposerRunner) Run

func (r ComposerRunner) Run(bin, dir string, args ...string) error

func (ComposerRunner) RunWithOutput

func (r ComposerRunner) RunWithOutput(bin, dir string, args ...string) (string, error)

type FakeRunner

type FakeRunner struct {
	Arguments []string
	Cwd       string
	Out       *bytes.Buffer
	Err       error
}

func (*FakeRunner) Run

func (f *FakeRunner) Run(bin, dir string, args ...string) error

func (*FakeRunner) RunWithOutput

func (f *FakeRunner) RunWithOutput(bin, dir string, args ...string) (string, error)

type Runner

type Runner interface {
	Run(bin, dir string, args ...string) error
	RunWithOutput(bin, dir string, args ...string) (string, error)
}

Jump to

Keyboard shortcuts

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