change Booking in BookingSilvermobi in proto folder
This commit is contained in:
parent
935176da52
commit
065d1cecfd
|
@ -20,12 +20,12 @@ storage:
|
|||
|
||||
services:
|
||||
grpc:
|
||||
ip: 10.73.187.58 #192.168.1.25
|
||||
ip: localhost #192.168.1.25
|
||||
enable: true
|
||||
port: 8089
|
||||
solidarity-api:
|
||||
enable: true
|
||||
address: 10.73.187.58:9999 #192.168.1.25:9999
|
||||
address: localhost:9999 #192.168.1.25:9999
|
||||
|
||||
routing:
|
||||
type: valhalla
|
||||
|
|
|
@ -68,7 +68,7 @@ message BookingRequest {
|
|||
google.protobuf.Timestamp pickup_date = 7;
|
||||
}
|
||||
|
||||
message Booking {
|
||||
message BookingSilvermobi {
|
||||
string id = 1;
|
||||
User driver = 2;
|
||||
User passenger = 3;
|
||||
|
|
Loading…
Reference in New Issue