package
Version:
v0.0.0-...-9fd7169
Opens a new window with list of versions in this module.
Published: Feb 20, 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 {
Id int32 `gorm:"primaryKey" json:"id"`
NationalId string `json:"national_id"`
Name string `json:"name"`
Balance float64 `json:"balance"`
CreatedAt int64 `gorm:"autoCreateTime:false" json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.