package models type Heartbeat struct { Serial string `json:"serial"` DeviceIp string `json:"deviceIp"` ServerIp string `json:"serverIp"` Gps string `json:"gps"` Status int `json:"status"` Nettype int `json:"nettype"` Devtype string `json:"devtype"` Softver string `json:"softver"` }