package
Version:
v0.0.0-...-0471c36
Opens a new window with list of versions in this module.
Published: Apr 5, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ECB struct {
XMLName xml.Name
Days []struct {
Date string `xml:"time,attr"`
Currencies []struct {
Code string `xml:"currency,attr"`
Value float64 `xml:"rate,attr"`
} `xml:"Cube"`
} `xml:"Cube>Cube"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.