prices

package
v0.0.0-...-efbd42f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CoinPricesCache

type CoinPricesCache struct {
	Prices map[string]decimal.Decimal
	// contains filtered or unexported fields
}

func NewCoinPricesCache

func NewCoinPricesCache(priceFile string) *CoinPricesCache

func (*CoinPricesCache) GetPriceByTime

func (c *CoinPricesCache) GetPriceByTime(coingeckoID string, day time.Time) (decimal.Decimal, error)

func (*CoinPricesCache) InitCache

func (cpc *CoinPricesCache) InitCache()

load the csv file with prices into a map

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL