package
Version:
v0.0.0-...-323dbff
Opens a new window with list of versions in this module.
Published: Nov 20, 2019
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
ProductId string `bson:"product_id"`
Name string `bson:"name"`
Brand string `bson:"brand"`
Price float32 `bson:"price"`
Image string `bson:"image"`
Active bool `bson:"active"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.