add data field to bookings
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 31s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 31s
This commit is contained in:
@@ -3,6 +3,7 @@ syntax = "proto3";
|
||||
option go_package = "git.coopgo.io/coopgo-platform/solidarity-transport/servers/grpc/proto/gen";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
import "solidarity-transport-types.proto";
|
||||
|
||||
service SolidarityTransport {
|
||||
@@ -83,6 +84,7 @@ message BookDriverJourneyRequest {
|
||||
string driver_id = 2;
|
||||
string driver_journey_id = 3;
|
||||
int64 return_waiting_duration = 4;
|
||||
google.protobuf.Struct data = 5;
|
||||
}
|
||||
|
||||
message BookDriverJourneyResponse {
|
||||
|
||||
Reference in New Issue
Block a user