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: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Customer struct {
CustomerID int64 `db:"customer_id"`
FirstName string `db:"first_name"`
LastName string `db:"last_name"`
PhoneNumber string `db:"phone_number"`
Email string `db:"email"`
Discount int `db:"discount"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.