package
Version:
v0.3.6
Opens a new window with list of versions in this module.
Published: May 27, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Price struct {
ID uint `gorm:"primaryKey" json:"id"`
Date time.Time `json:"date"`
CommodityType CommodityType `json:"commodity_type"`
CommodityID string `json:"commodity_id"`
CommodityName string `json:"commodity_name"`
Value float64 `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.