We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f42774 commit bd24742Copy full SHA for bd24742
currency.go
@@ -11,13 +11,13 @@ type (
11
}
12
13
CurrencyConvertResponse struct {
14
- Amount float64 `json:"amount"`
15
- UpdatedAt time.Time `json:"updated_at"`
+ Time time.Time `json:"time"`
+ Amount float64 `json:"amount"`
16
17
18
CurrencyRatesResponse struct {
19
- Rates map[string]float64 `json:"rates"`
20
+ Rates map[string]float64 `json:"rates"`
21
22
)
23
0 commit comments