# Functions
NewSQLStorage initializes a new instance of SQLStorage.
NewStorage creates and initializes a new instance of MyStorage with the provided parameters.
# Variables
Various error variables used in the storage package.
Various error variables used in the storage package.
# Structs
AutoSavingParams is a structure that holds parameters related to auto-saving data in the storage.
MyStorage holds Gauge metrics as DataGauge and Counter metrics as DataCounter and provides synchronization mechanisms for concurrent access.
Result is a structure that holds data that Storage receive after loading data.
SQLStorage holds metrics as SQL Database.
# Interfaces
Storage is an interface for some concrete storage implementation.