circuit

package module
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2016 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EmptyExecResult = api.ExecResult{}
View Source
var ErrorDeadEnvironment = errors.New("Dead environment")

Functions

This section is empty.

Types

type CreateEnvironmentOptions

type CreateEnvironmentOptions struct {
	Kind          EnvironmentKind
	Bundle        string
	DockerOptions DockerEnvironmentOptions
}

type DockerEnvironmentOptions

type DockerEnvironmentOptions struct {
	Conn           *client.Client
	Image          string
	Tag            string
	DriverInstance string
	DriverPath     string
	Memory         int64
}

type Environment

type Environment interface {
	GetKind() EnvironmentKind
	SetUserData(EnvironmentUserData) error
	GetUserData() (EnvironmentUserData, error)
	GetMetadata() EnvironmentMetadata
	Run(request api.ExecRequest) (api.ExecResult, error)
	Shutdown() error
}

func CreateEnvironment

func CreateEnvironment(options CreateEnvironmentOptions) (Environment, error)

type EnvironmentKind

type EnvironmentKind int
const (
	NativeKind EnvironmentKind = iota
	DockerKind
)

type EnvironmentMetadata

type EnvironmentMetadata map[string]string

type EnvironmentUserData

type EnvironmentUserData map[string]interface{}

Jump to

Keyboard shortcuts

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