Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/common/car_state_update.go
Normal file
5
pkg/common/car_state_update.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
type CarStateUpdate struct {
|
||||
ECUs map[string]CarECU `json:"ecus" validate:"required,min=1"`
|
||||
}
|
||||
Reference in New Issue
Block a user