package
0.0.0-20230423130316-c2add7fa8e01
Repository: https://github.com/alkurbatov/metrics-collector.git
Documentation: pkg.go.dev

# Functions

NewDatabaseStorage creates new instance of DatabaseStorage.
NewDataStore create new DataStore object encapsulating particular storage type.
No description provided by the author
NewFileBackedStorage creates new instance of FileBackedStorage.
NewMemStorage creates new instance of MemStorage.

# Structs

DatabaseStorage implements database metrics storage.
No description provided by the author
FileBackedStorage implements in-memory metrics storage with ability to dump/restore metrics data to/from disk.
MemStorage implements in-memory metrics storage.
No description provided by the author
A Record is internal represenattion of metric data stored in any kind of storage.

# Interfaces

No description provided by the author
No description provided by the author