exec

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2020 License: Apache-2.0 Imports: 19 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrepareCommand

func PrepareCommand(p *PrepareCommandParams) (*exec.Cmd, error)

PrepareCommand will download necessary component and returns a *exec.Cmd

func RunComponent

func RunComponent(env *environment.Environment, tag, spec, binPath string, args []string) error

RunComponent start a component and wait it

Types

type PrepareCommandParams added in v1.2.0

type PrepareCommandParams struct {
	Ctx         context.Context
	Component   string
	Version     v0manifest.Version
	BinPath     string
	Tag         string
	InstanceDir string
	WD          string
	Args        []string
	SysProcAttr *syscall.SysProcAttr
	Env         *environment.Environment
	CheckUpdate bool
}

PrepareCommandParams for PrepareCommand.

Jump to

Keyboard shortcuts

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