Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
type Order struct { ID primitive.ObjectID `bson:"_id" json:"id"` UserId uuid.UUID `bson:"userId" json:"userId"` Address string `bson:"address" json:"address"` Email string `bson:"email" json:"email"` Name string `bson:"name" json:"name"` PhoneNumber string `bson:"phoneNumber" json:"phoneNumber"` Items []OrderItem `bson:"items" json:"items"` }
Click to show internal directories.
Click to hide internal directories.