Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + func New() currency.Store + type RateByTime []*currency.ExchangeRateRecord + func (a RateByTime) Len() int + func (a RateByTime) Less(i, j int) bool + func (a RateByTime) Swap(i, j int) + type ReserveByTime []*currency.ReserveRecord + func (a ReserveByTime) Len() int + func (a ReserveByTime) Less(i, j int) bool + func (a ReserveByTime) Swap(i, j int)