Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
8
pkg/common/ota_install.go
Normal file
8
pkg/common/ota_install.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package common
|
||||
|
||||
import "time"
|
||||
|
||||
type MobileOtaInstall struct {
|
||||
Time *time.Time `json:"time,omitempty"`
|
||||
CarUpdate int64 `json:"id" validate:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user