package
0.0.0-20231228222921-e5938c44f5d2
Repository: https://github.com/erupshis/metrics.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package storagemngr defines an interface for managing the storage of metric data , including functions for saving metrics, restoring data, checking connection status, and closing the storage.
# Functions
Create initializes and returns a new instance of MemStorage with the provided StorageManager.
# Structs
MemStorage is an in-memory storage structure for gauge and counter metrics.