Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrencyData ¶
type CurrencyData struct {
Meta struct {
LastUpdatedAt time.Time `json:"last_updated_at"`
} `json:"meta"`
Data map[string]CurrencyInfo `json:"data"`
}
type CurrencyInfo ¶
type CurrencyResponse ¶
Click to show internal directories.
Click to hide internal directories.