cntr

package
v0.0.0-...-49e170d Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Container

type Container struct {
	// ExternalID is the ID of the running container and must be unique within the pool
	ExternalID string

	// StartTime holds the time that the container was initially started
	StartTime time.Time

	// IPAddress holds the IP address on which the container is running
	IPAddress string

	// Port holds the port on which the container is running
	Port int

	// ConnectionFromClient represents the client connection; if this is nil then this container is available
	ConnectionFromClient net.Conn

	// ConnectionToContainer represents the container connection; this should not be set to nil once set
	ConnectionToContainer net.Conn
}

Container contains the details of a running container within the pool

Jump to

Keyboard shortcuts

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