# Functions
GetActiveMapFromClusterDomainInfos is a helper function that converts a list of ClusterDomainInfo objects into a gossip cluster domain active map.
No description provided by the author
# Variables
ErrClusterDomainNotFound is returned when an unknown domain name is provided in the API.
ErrNoClusterDomainProvided is returned when any domain manager APIs are invoked but the node is not started with any cluster domains.
ErrNotImplemented is returned when domain API implementation is not supported.
# Structs
ClusterDomainInfo identifies a cluster domain in a cluster.
No description provided by the author
# Interfaces
ClusterDomainProvider interface.