# Functions
New instantiates a new clustering implementation.
WithConn bypasses the standard mechanism for connecting to the "self" peer.
WithDialOptions sets the default dial options for connections to cluster peers.
WithServices registers the given services on the "self" peer.
WithTLSConfig sets the TLS config to use in cluster connections.
# Interfaces
Cluster interface that is implemented by all different clustering implementations.
EntityIdentifiers are types from which we can get *ttnpb.EntityIdentifiers.
Option to apply at cluster initialization.
Peer interface.