package
Version:
v0.0.0-...-423f668
Opens a new window with list of versions in this module.
Published: Oct 29, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cart struct {
CartId string `gorm:"primaryKey;type:uuid;default:uuid_generate_v4();" json:"cartId,omitempty"`
ProductCode string `json:"kodeProduk,omitempty"`
ProductName string `json:"namaProduk,omitempty"`
Quantity int `json:"kuantitas,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.