# README
topology
The topology package provides local topology handling. This keeps track of which nodes exist within this nebula cluster and allows us to properly distribute requests among a group of nebula nodes.
InProcProvider
This provider simply servers the local node only.
EtcdProvider
This provider uses ETCD to manage the list of nodes for this cluster.
# Functions
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
Note that the Join/Leave calls must not be called concurrently.