# Functions
New creates a new instance of Storage.
# Constants
MaxClusterSize is the maximum allowed size of a cluster snapshot.
# Variables
ErrClusterSnapshotTooLarge is returned when a cluster snapshot is above the maximum size of MaxClusterSize.
# Structs
SnapshotStats contains statistics about a snapshot.
Storage is a persistent storage for the state of the discovery service.
# Interfaces
Snapshotter is an interface for exporting and importing cluster state.