Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
9
pkg/common/car_driver.go
Normal file
9
pkg/common/car_driver.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
type CarToDriverModel struct {
|
||||
User UserProfile `json:"user,omitempty"`
|
||||
DriverID string `json:"driver_id"`
|
||||
Role string `json:"role"`
|
||||
Settings []CarSetting `json:"settings"`
|
||||
Subscriptions []Subscription `json:"subscriptions"`
|
||||
}
|
||||
Reference in New Issue
Block a user