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 type of a node const ( //Bootstrap to represent a bootstrap node Bootstrap Enum = iota //Master to represent a master node Master //PrivateNode to represent a private agent PrivateNode //PublicNode to represent a public agent PublicNode ) Source Files ¶ View all Source files enum.go Click to show internal directories. Click to hide internal directories.