6 lines
111 B
Go
6 lines
111 B
Go
package common
|
|
|
|
type CarStateUpdate struct {
|
|
ECUs map[string]CarECU `json:"ecus" validate:"required,min=1"`
|
|
}
|