1 2 3 4 5 6 7 8
package model type Inventory struct { //Description string `json:"description"` Units int `json:"units"` //Name string `json:"name"` Symbol string `json:"symbol"` }