Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Product ¶
type Product struct { Id string `bson:"_id,omitempty"` Price int32 `bson:"price"` Name string `bson:"name"` Description string `bson:"description"` Brand string `bson:"brand"` Category string `bson:"category"` Subcategory string `bson:"subcategory"` Address Address `bson:"address"` Seller string `bson:"seller"` Status string `bson:"status"` UploadDate primitive.DateTime `bson:"uploadDate"` Spec []Spec `bson:"spec"` Photourl []string `bson:"photourl"` Mfdate primitive.DateTime `bson:"mfdate"` Likes []string `bson:"likes"` }
Click to show internal directories.
Click to hide internal directories.