package
Version:
v0.0.0-...-b04b404
Opens a new window with list of versions in this module.
Published: Jan 8, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Currency struct {
ID int `json:"id"`
Code string `json:"code"`
Amount float64 `json:"amount"`
Price float64 `json:"price"`
TotalValue float64 `json:"totalValue"`
History []Price `json:"history"`
}
type Price struct {
Amount float64 `json:"amount"`
Price struct {
Old float64 `json:"old"`
Current float64 `json:"current"`
} `json:"price"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.