Documentation ¶ Index ¶ type Item Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Item ¶ type Item struct { ID int `json:"id"` Name string `json:"name"` // Max 32 chars. Size [3]int `json:"size"` // Width, Height, Length. Weight int `json:"weight"` } Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.