Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
9
pkg/common/driver_emails.go
Normal file
9
pkg/common/driver_emails.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package common
|
||||
|
||||
type DriverEmail struct {
|
||||
Vin string `json:"vin"`
|
||||
DriverId string `json:"driver_id"`
|
||||
Email string `json:"email"`
|
||||
GivenName string `json:"given_name"`
|
||||
FamilyName string `json:"family_name"`
|
||||
}
|
||||
Reference in New Issue
Block a user