package
Version:
v0.0.0-...-0519aef
Opens a new window with list of versions in this module.
Published: May 6, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AddProduct struct {
Name string `db:"name"`
Price float64 `db:"price"`
}
type Currency struct {
Code string `json:"code"`
Value string `json:"high"`
}
type CurrencyExchange struct {
Code string `json:"code"`
Value float64 `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.