exec

package
v1.20.0-5-checksum Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executor

type Executor struct {
	// contains filtered or unexported fields
}

func New

func New() *Executor

func (*Executor) Exec

func (exe *Executor) Exec(ctx context.Context, exePath string, args []string) (int, error)

func (*Executor) ExecXSys

func (exe *Executor) ExecXSys(exePath string, args []string) error

func (*Executor) GoBuild added in v1.10.0

func (exe *Executor) GoBuild(ctx context.Context, exePath, src, exeDir string) (int, error)

func (*Executor) GoInstall added in v1.10.0

func (exe *Executor) GoInstall(ctx context.Context, path, gobin string) (int, error)

type Mock added in v1.15.0

type Mock struct {
	ExitCode int
	Err      error
}

func (*Mock) Exec added in v1.15.0

func (exe *Mock) Exec(ctx context.Context, exePath string, args []string) (int, error)

func (*Mock) ExecXSys added in v1.15.0

func (exe *Mock) ExecXSys(exePath string, args []string) error

func (*Mock) GoBuild added in v1.15.0

func (exe *Mock) GoBuild(ctx context.Context, exePath, src, exeDir string) (int, error)

func (*Mock) GoInstall added in v1.15.0

func (exe *Mock) GoInstall(ctx context.Context, path, gobin string) (int, error)

Jump to

Keyboard shortcuts

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