Documentation ¶
Index ¶
- Variables
- type ContainerIfTypes
- type Crt
- func (c *Crt) AttachEndpoint(contEpContext *crtclient.ContainerEpContext) error
- func (c *Crt) Deinit()
- func (c *Crt) DetachEndpoint(contEpContext *crtclient.ContainerEpContext) error
- func (c *Crt) GetContainerId(contName string) string
- func (c *Crt) GetContainerName(contId string) (string, error)
- func (c *Crt) Init(configStr string) error
- type CrtConfig
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 Crt ¶
type Crt struct {
ContainerIf crtclient.ContainerIf
}
func (*Crt) AttachEndpoint ¶
func (c *Crt) AttachEndpoint( contEpContext *crtclient.ContainerEpContext) error
func (*Crt) DetachEndpoint ¶
func (c *Crt) DetachEndpoint(contEpContext *crtclient.ContainerEpContext) error
func (*Crt) GetContainerId ¶
Click to show internal directories.
Click to hide internal directories.