Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Any represents any type of instance. Any = Type(-1) // Container represents a container instance type. Container = Type(0) // VM represents a virtual-machine instance type. VM = Type(1) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
Type indicates the type of instance.
Click to show internal directories.
Click to hide internal directories.