Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerExecutor ¶
type DockerExecutor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor(client *docker.Client, containerID string) *DockerExecutor
type DockerProcess ¶
type DockerProcess struct {
// contains filtered or unexported fields
}
func (*DockerProcess) Close ¶
func (p *DockerProcess) Close()
func (*DockerProcess) Kill ¶
func (p *DockerProcess) Kill() error
func (*DockerProcess) Write ¶
func (p *DockerProcess) Write(input string) error
Click to show internal directories.
Click to hide internal directories.