Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id string `bson:"_id,omitempty"` Name string `bson:"name"` Email string `bson:"email"` Phone string `bson:"phone"` Profile string `bson:"profile"` Address Address `bson:"address"` Rating float32 `bson:"rating"` Ratecount int32 `bson:"ratecount"` Wishlist []string `bson:"wishlist"` Products []string `bson:"products"` CreatedAt primitive.DateTime `bson:"createdAt"` UpdatedAt primitive.DateTime `bson:"updatedAt"` }
Click to show internal directories.
Click to hide internal directories.