Versions in this module Expand all Collapse all v0 v0.0.1 May 4, 2024 Changes in this version + func CacheDir() string + func HomeDir() string + func LoadExchangeMarketsWithCache(ctx context.Context, ex types.ExchangePublic) (markets types.MarketMap, err error) + func WithCache(key string, obj interface{}, fetcher DataFetcher) error + type DataFetcher func() (interface{}, error)