Versions in this module Expand all Collapse all v1 v1.0.3 Jul 3, 2022 v1.0.1 Jul 3, 2022 v1.0.0 Jul 3, 2022 Changes in this version + type Currency = string + type Market interface + GetActualPrice func(context.Context, Currency) (time.Time, Price, error) + func New() Market + type Price = float64 + type ResponsePrice struct + Amount Price