package
Version:
v0.0.0-...-657e486
Opens a new window with list of versions in this module.
Published: Oct 12, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cart struct {
UserId string `bson:"user_id" json:"user_id"`
Items []CartItem `bson:"items,omitempty" json:"items,omitempty"`
}
type CartItem struct {
ProductId string `bson:"product_id" json:"product_id"`
Quantity int32 `bson:"quantity" json:"quantity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.