Files
cloud-services/pkg/common/dtc_alert.go

8 lines
141 B
Go

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