Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/common/updatemanifest_carupdate_request.go
Normal file
5
pkg/common/updatemanifest_carupdate_request.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
type CarUpdateRequest struct {
|
||||
CarUpdateID int64 `json:"car_update_id" validate:"required,min=0"`
|
||||
}
|
||||
Reference in New Issue
Block a user