Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Product ¶
type Product struct { ProductName string `json:"ProductName, omitempty"` ProductType string `json:"ProductType, omitempty"` UpperBound string `json:"UpperBound, omitempty"` LowerBound string `json:"LowerBound, omitempty"` }
Product sets the product being received from a post request
type ProductFound ¶
ProductFound sets the product being received from a post request
Click to show internal directories.
Click to hide internal directories.