[golang] finished implementing procument contracts
This commit is contained in:
parent
40c4a8df15
commit
e887213aff
15 changed files with 252 additions and 56 deletions
|
@ -1,7 +1,7 @@
|
|||
package model
|
||||
|
||||
type Cargo struct {
|
||||
Capacity int `json:"capacity"`
|
||||
Inventory []Inventory `json:"inventory"`
|
||||
Units int `json:"units"`
|
||||
Capacity int `json:"capacity"`
|
||||
Inventory []InventoryItem `json:"inventory"`
|
||||
Units int `json:"units"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue