package
Version:
v0.0.0-...-e764b3d
Opens a new window with list of versions in this module.
Published: Nov 16, 2024
License: MIT
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 Supplier struct {
SupplierID int64 `db:"supplier_id" json:"supplier_id"`
CompanyName string `db:"company_name" json:"company_name"`
ChiefName string `db:"chief_name" json:"chief_name"`
Address string `db:"address" json:"address"`
Email string `db:"email" json:"email"`
}
type Supply struct {
SupplyID int64 `db:"supply_id"`
SupplierID int64 `db:"supplier_id"`
TransactionID int64 `db:"transaction_id"`
DateFrom time.Time `db:"date_from"`
Price float64 `db:"price"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.