isolated

package
v0.0.0-...-26c8979 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Host         string   `json:"host"`           // host ip addr
	Targets      []string `json:"targets"`        // target machines: (hostname|ip)(:port)?
	TargetDir    string   `json:"target_dir"`     // directory to copy/run on target
	TargetReboot bool     `json:"target_reboot"`  // reboot target on repair
	USBDevNums   []string `json:"usb_device_num"` // /sys/bus/usb/devices/
}

type Pool

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

func (*Pool) Count

func (pool *Pool) Count() int

func (*Pool) Create

func (pool *Pool) Create(workdir string, index int) (vmimpl.Instance, error)

Jump to

Keyboard shortcuts

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