Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currencies ¶
type Currency ¶
type Currency string
Format: ISO 4217 (3-letter code) e.g. CHF, EUR, GBP, USD.
func ConvertBase ¶
type CurrencyMap ¶
type CurrencyMap struct {
// contains filtered or unexported fields
}
func NewCurrencyMap ¶
func NewCurrencyMap() CurrencyMap
func (*CurrencyMap) Append ¶
func (c *CurrencyMap) Append(currs Currencies)
func (*CurrencyMap) Extract ¶
func (c *CurrencyMap) Extract() Currencies
Click to show internal directories.
Click to hide internal directories.