8 lines
141 B
Go
8 lines
141 B
Go
package common
|
|
|
|
type DTCAlert struct {
|
|
Timestamp int `json:"epoch_usec"`
|
|
ECU string `json:"ecu"`
|
|
DTC string `json:"dtc"`
|
|
}
|