Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Prices map[string]map[int]map[time.Month]decimal.Decimal = make(map[string]map[int]map[time.Month]decimal.Decimal)
Foreign Currency (string): { year (int): { month (time.Month): { price (decimal.Decimal) } } }
Functions ¶
func EnsurePrices ¶
func EnsurePrices() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.