Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
Container holds informations about a container
func NewContainer ¶
NewContainer returns a container instance
type DockerEngine ¶
DockerEngine holds the information of an Machine
func NewDockerEngine ¶
func NewDockerEngine(id, dhost string) (DockerEngine, error)
NewDockerEngine returns a DockerEngine instance
type Machine ¶
type Machine struct { ID string `json:"id"` Hostname string `json:"hostname"` Kernel string `json:"kernel"` }
Machine holds informations about a container
func NewMachine ¶
NewMachine returns a container instance
type QInventory ¶
QInventory provides an interface for all backends
Click to show internal directories.
Click to hide internal directories.