change Booking in BookingSilvermobi in proto folder

This commit is contained in:
2024-07-26 10:03:43 +02:00
parent ac8d9fe1fc
commit 1630105fb6
5 changed files with 7 additions and 7 deletions

View File

@@ -870,7 +870,7 @@ func (*Booking) Descriptor() ([]byte, []int) {
func (x *Booking) GetId() string {
if x != nil {
return x.Id
}
}
return ""
}

View File

@@ -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;
@@ -80,7 +80,7 @@ message Booking {
optional int64 distance = 9;
Price price = 10;
optional Car car = 11;
google.protobuf.Timestamp pickup_date = 12;
google.protobuf.Timestamp pickup_date = 12;
}

View File

@@ -337,7 +337,7 @@ func (*CreateBookingRequest) Descriptor() ([]byte, []int) {
}
func (x *CreateBookingRequest) GetBooking() *BookingRequest {
if x != nil {
if x != nil {
return x.Booking
}
return nil