Files
cloud-services/services/ota_update_go/controllers/can_signals.go

9 lines
94 B
Go

package controllers
import "time"
type CarCANSignal struct {
VIN string
Last time.Time
}