package
Version:
v0.0.0-...-337008c
Opens a new window with list of versions in this module.
Published: Oct 11, 2024
License: MIT
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 Config struct {
DB *gorm.DB
}
type Customer struct {
ID string `json:"id" gorm:"primaryKey;not null"`
Name string `json:"name" gorm:"column:name;not null"`
AreaCode string `json:"area_code" gorm:"column:area_code;not null"`
PhoneNum string `json:"phone_num" gorm:"column:phone_num;not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.