# Functions
NewDBStorage is constructor for creating a new DBStorage.
NewMemoryStorage is constructor for creating a new MemoryStorage.
# Structs
DBStorage is an implementation of Storage that uses a database.
MemoryStorage is an in-memory implementation of the Storage interface.
StorageState is the state of the in-memory implementation of the Storage interface.
# Interfaces
Storage defines an interface for a metrics storage.