# 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.

# Variables

CustomNew allows you to replace the clustering implementation.
HookName is the name of the hook used to verify the identity of incoming calls within a cluster.

# Structs

Config represents clustering configuration.

# 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.