Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrencyExchangeRate ¶
Types ¶
type ExchangeRate ¶
type ExchangeRate struct { BaseSymbol string `json:"base"` Date string `json:"date"` Rates map[string]float64 `json:"rates"` }
func GetCurrencyExchangeRateInfo ¶
func GetCurrencyExchangeRateInfo(fromCurrency, toCurrency, apiKey string) (*ExchangeRate, error)
Click to show internal directories.
Click to hide internal directories.