package model type GarbageDetail struct { DeviceName string `json:"deviceName"` SensorOnePercentage float32 `json:"sensorOnePercentage"` SensorTwoPercentage float32 `json:"sensorTwoPercentage"` Longitude float64 `json:"longitude"` Latitude float64 `json:"latitude"` BatteryPercentage float32 `json:"batteryPercentage"` NetworkState int `json:"networkState"` }