package
0.0.0-20241120074608-6378e9d597be
Repository: https://github.com/orcfax/oracle-suite.git
Documentation: pkg.go.dev
# Functions
New creates a new Store.
NewMemoryStorage creates a new MemoryStorage.
No description provided by the author
# Constants
No description provided by the author
# Structs
Config is the configuration for Storage.
MemoryStorage is an in-memory implementation of Storage.
Store stores latest data points from feeds.
StoredDataPoint is a struct which represents a data point stored in the Store.
# Interfaces
DataPointProvider is an interface which provides latest data points from feeds.
Storage is underlying storage implementation for the Store.