package
0.0.0-20240527151744-c6b320bc297d
Repository: https://github.com/dlomanov/mon.git
Documentation: pkg.go.dev
# Functions
NewFileStorage creates a new FileStorage instance with the given configuration.
NewMemStorage creates a new instance of MemStorage.
NewPGStorage creates a new PGStorage instance with the given logger and database connection.
# Structs
No description provided by the author
No description provided by the author
MemStorage is an in-memory storage system for metrics.
PGStorage is a storage system that uses a PostgreSQL database for persistence.