Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
7
pkg/common/dtc_alert.go
Normal file
7
pkg/common/dtc_alert.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
type DTCAlert struct {
|
||||
Timestamp int `json:"epoch_usec"`
|
||||
ECU string `json:"ecu"`
|
||||
DTC string `json:"dtc"`
|
||||
}
|
||||
Reference in New Issue
Block a user