package common type DTCAlert struct { Timestamp int `json:"epoch_usec"` ECU string `json:"ecu"` DTC string `json:"dtc"` }