package
Version:
v0.0.0-...-ed03793
Opens a new window with list of versions in this module.
Published: Jul 14, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Seller struct {
ID string `gorm:"primarykey"`
UserID string `gorm:"uniqueIndex,type:varchar(200)"`
ShopName string
CreatedAt time.Time `gorm:"autoCreateTime:false"`
UpdatedAt time.Time `gorm:"autoUpdateTime:false"`
DeletedAt gorm.DeletedAt `gorm:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.