Discover Packages
github.com/E7ast1c/Cupbearer
internal
job
fiat-rate
package
Version:
v0.0.0-...-23596ee
Opens a new window with list of versions in this module.
Published: Feb 19, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ValCurs struct {
XMLName xml .Name `xml:"ValCurs"`
Text string `xml:",chardata"`
Date string `xml:"Date,attr"`
Name string `xml:"name,attr"`
Valutes []Valute `xml:"Valute"`
}
type Valute struct {
Text string `xml:",chardata"`
ID string `xml:"ID,attr"`
NumCode string `xml:"NumCode"`
CharCode string `xml:"CharCode"`
Nominal string `xml:"Nominal"`
Name string `xml:"Name"`
Value string `xml:"Value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.