Versions in this module Expand all Collapse all v0 v0.1.0 Aug 29, 2021 Changes in this version + type SnapshotReader interface + Close func() error + Exchanges func() []string + Init func() (SnapshotReader, error) + Pairs func(exchangeName string) []common.Pair + Read func(exchangeName string, pair common.Pair, timeRange utils.TimeRange, ...) (chan common.Snapshot, error) + TimeRange func(exchangeName string, pair common.Pair) *utils.TimeRange + type SnapshotWriter interface + Close func() error + Init func(ch chan common.Snapshot) SnapshotWriter + Run func(ctx context.Context) error