1 2 3 4 5 6 7
package model type Fuel struct { Capacity int `json:"capacity"` //Consummed Current int `json:"current"` }