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 a node const ( //Started the node is started and available Started Enum = iota //Disabled the node is started but not available to take load Disabled //Stopped the node is stopped Stopped ) Source Files ¶ View all Source files enum.go Click to show internal directories. Click to hide internal directories.