Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type int
Type is an enumeration for node states.
const ( // Online stands for nodes that are in full network and // operational availability. Online Type // Offline stands for nodes that are in network unavailability. Offline // Maintenance stands for nodes under maintenance with partial // network availability. Maintenance )
Various node states.
Click to show internal directories.
Click to hide internal directories.