Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertProduct ¶
func RemoveProduct ¶
func UpdateProduct ¶
Types ¶
type Product ¶
type Product struct { ProductID *int `json:"productId"` Manufacturer string `json:"manufacturer"` Sku string `json:"sku"` Upc string `json:"upc"` PricePerUnit string `json:"pricePerUnit"` QuantityOnHand int `json:"quantityOnHand"` ProductName string `json:"productName"` }
Product
func GetProduct ¶
func GetProductList ¶
func GetTopTenProducts ¶
Click to show internal directories.
Click to hide internal directories.