runner

package
v11.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2018 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunAppBundle

func RunAppBundle(params *RunnerParams, bundlePath string) error

func SetupJobObject

func SetupJobObject(consumer *state.Consumer) error

func WaitJobObject

func WaitJobObject(consumer *state.Consumer) error

Types

type Runner

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

func GetRunner

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

type RunnerParams

type RunnerParams struct {
	Consumer *state.Consumer
	Conn     operate.Conn
	Ctx      context.Context

	Sandbox bool

	FullTargetPath string

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

	PrereqsDir    string
	Credentials   *buse.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