package
Version:
v0.0.0-...-1ea6d1a
Opens a new window with list of versions in this module.
Published: Apr 8, 2022
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 Cart struct {
ID int64 `gorm:"primary_key;not_null;auto_increment" json:"id"`
ProductID int64 `gorm:"not_null" json:"product_id"`
Num int64 `gorm:"not_null" json:"num"`
SizeID int64 `gorm:"not_null" json:"size_id"`
UserID int64 `gorm:"not_null" json:"user_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.