package
1.17.0
Repository: https://github.com/luckyseadog/go-dev.git
Documentation: pkg.go.dev

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