Add depot, attendant, jetfire, optimus, ota services with kustomize overlays
This commit is contained in:
8
services/ota_update_go/controllers/can_signals.go
Normal file
8
services/ota_update_go/controllers/can_signals.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package controllers
|
||||
|
||||
import "time"
|
||||
|
||||
type CarCANSignal struct {
|
||||
VIN string
|
||||
Last time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user