runner

package
v12.4.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2018 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProcessGroup

func NewProcessGroup(consumer *state.Consumer, cmd *exec.Cmd, ctx context.Context) (*processGroup, error)

func RunAppBundle

func RunAppBundle(params *RunnerParams, bundlePath string) error

Types

type Runner

type Runner interface {
	Prepare() error
	Run() error
}

func GetRunner

func GetRunner(params *RunnerParams) (Runner, error)

type RunnerParams

type RunnerParams struct {
	RequestContext *butlerd.RequestContext
	Ctx            context.Context

	Sandbox bool

	FullTargetPath string

	Name   string
	Dir    string
	Args   []string
	Env    []string
	Stdout io.Writer
	Stderr io.Writer

	PrereqsDir    string
	Credentials   *butlerd.GameCredentials
	InstallFolder string
	Runtime       *manager.Runtime
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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