crt

package
v0.0.0-...-c65a67c Latest Latest
Warning

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

Go to latest
Published: May 11, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContainerIfRegistry = map[string]ContainerIfTypes{
	"docker": ContainerIfTypes{
		CrtType:       reflect.TypeOf(docker.Docker{}),
		CrtConfigType: reflect.TypeOf(docker.DockerConfig{}),
	},
}

Functions

This section is empty.

Types

type ContainerIfTypes

type ContainerIfTypes struct {
	CrtType       reflect.Type
	CrtConfigType reflect.Type
}

type Crt

type Crt struct {
	ContainerIf crtclient.ContainerIf
}

func (*Crt) AttachEndpoint

func (c *Crt) AttachEndpoint(
	contEpContext *crtclient.ContainerEpContext) error

func (*Crt) Deinit

func (c *Crt) Deinit()

func (*Crt) DetachEndpoint

func (c *Crt) DetachEndpoint(contEpContext *crtclient.ContainerEpContext) error

func (*Crt) GetContainerId

func (c *Crt) GetContainerId(contName string) string

func (*Crt) GetContainerName

func (c *Crt) GetContainerName(contId string) (string, error)

func (*Crt) Init

func (c *Crt) Init(configStr string) error

type CrtConfig

type CrtConfig struct {
	Crt struct {
		Type string
	}
}

Jump to

Keyboard shortcuts

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