Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContainerData ¶
Types ¶
type Manager ¶
type Manager interface { // Start the manager, blocks forever. Start() error // Get information about a container. GetContainerInfo(containerName string) (*info.ContainerInfo, error) // Get information about the machine. GetMachineInfo() (*info.MachineInfo, error) }
Click to show internal directories.
Click to hide internal directories.