Documentation ¶ Index ¶ type Enum Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Enum ¶ type Enum int Enum represents the state of an host const ( // STOPPED when host is stopped STOPPED Enum = iota // STARTING when host is starting STARTING // STARTED when host is started STARTED // STOPPING when host is stopping STOPPING // ERROR when host is in error state*/ ERROR ) Source Files ¶ View all Source files enum.go Click to show internal directories. Click to hide internal directories.