1419 lines
52 KiB
Go
1419 lines
52 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.7
|
|
// protoc v6.31.1
|
|
// source: solidarity-transport.proto
|
|
|
|
package gen
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
structpb "google.golang.org/protobuf/types/known/structpb"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type AddDriverRegularAvailabilityRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DriverId string `protobuf:"bytes,1,opt,name=driver_id,json=driverId,proto3" json:"driver_id,omitempty"`
|
|
Day int32 `protobuf:"varint,2,opt,name=day,proto3" json:"day,omitempty"`
|
|
StartTime string `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
|
|
EndTime string `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
|
|
Address *GeoJsonFeature `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) Reset() {
|
|
*x = AddDriverRegularAvailabilityRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AddDriverRegularAvailabilityRequest) ProtoMessage() {}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AddDriverRegularAvailabilityRequest.ProtoReflect.Descriptor instead.
|
|
func (*AddDriverRegularAvailabilityRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) GetDriverId() string {
|
|
if x != nil {
|
|
return x.DriverId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) GetDay() int32 {
|
|
if x != nil {
|
|
return x.Day
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) GetStartTime() string {
|
|
if x != nil {
|
|
return x.StartTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) GetEndTime() string {
|
|
if x != nil {
|
|
return x.EndTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityRequest) GetAddress() *GeoJsonFeature {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AddDriverRegularAvailabilityResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityResponse) Reset() {
|
|
*x = AddDriverRegularAvailabilityResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilityResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AddDriverRegularAvailabilityResponse) ProtoMessage() {}
|
|
|
|
func (x *AddDriverRegularAvailabilityResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AddDriverRegularAvailabilityResponse.ProtoReflect.Descriptor instead.
|
|
func (*AddDriverRegularAvailabilityResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
type AddDriverRegularAvailabilitiesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Availabilities []*DriverRegularAvailability `protobuf:"bytes,1,rep,name=availabilities,proto3" json:"availabilities,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesRequest) Reset() {
|
|
*x = AddDriverRegularAvailabilitiesRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AddDriverRegularAvailabilitiesRequest) ProtoMessage() {}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[2]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AddDriverRegularAvailabilitiesRequest.ProtoReflect.Descriptor instead.
|
|
func (*AddDriverRegularAvailabilitiesRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesRequest) GetAvailabilities() []*DriverRegularAvailability {
|
|
if x != nil {
|
|
return x.Availabilities
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AddDriverRegularAvailabilitiesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesResponse) Reset() {
|
|
*x = AddDriverRegularAvailabilitiesResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AddDriverRegularAvailabilitiesResponse) ProtoMessage() {}
|
|
|
|
func (x *AddDriverRegularAvailabilitiesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[3]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AddDriverRegularAvailabilitiesResponse.ProtoReflect.Descriptor instead.
|
|
func (*AddDriverRegularAvailabilitiesResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
type GetDriverRegularAvailabilitiesRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DriverId string `protobuf:"bytes,1,opt,name=driver_id,json=driverId,proto3" json:"driver_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesRequest) Reset() {
|
|
*x = GetDriverRegularAvailabilitiesRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDriverRegularAvailabilitiesRequest) ProtoMessage() {}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[4]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDriverRegularAvailabilitiesRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetDriverRegularAvailabilitiesRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesRequest) GetDriverId() string {
|
|
if x != nil {
|
|
return x.DriverId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetDriverRegularAvailabilitiesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Results []*DriverRegularAvailability `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesResponse) Reset() {
|
|
*x = GetDriverRegularAvailabilitiesResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDriverRegularAvailabilitiesResponse) ProtoMessage() {}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[5]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDriverRegularAvailabilitiesResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetDriverRegularAvailabilitiesResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *GetDriverRegularAvailabilitiesResponse) GetResults() []*DriverRegularAvailability {
|
|
if x != nil {
|
|
return x.Results
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type DeleteDriverRegularAvailabilityRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DriverId string `protobuf:"bytes,1,opt,name=driver_id,json=driverId,proto3" json:"driver_id,omitempty"`
|
|
AvailabilityId string `protobuf:"bytes,2,opt,name=availability_id,json=availabilityId,proto3" json:"availability_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityRequest) Reset() {
|
|
*x = DeleteDriverRegularAvailabilityRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteDriverRegularAvailabilityRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[6]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteDriverRegularAvailabilityRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteDriverRegularAvailabilityRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityRequest) GetDriverId() string {
|
|
if x != nil {
|
|
return x.DriverId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityRequest) GetAvailabilityId() string {
|
|
if x != nil {
|
|
return x.AvailabilityId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeleteDriverRegularAvailabilityResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityResponse) Reset() {
|
|
*x = DeleteDriverRegularAvailabilityResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteDriverRegularAvailabilityResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteDriverRegularAvailabilityResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[7]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeleteDriverRegularAvailabilityResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteDriverRegularAvailabilityResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
type GetDriverJourneysRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Departure *GeoJsonFeature `protobuf:"bytes,1,opt,name=departure,proto3" json:"departure,omitempty"`
|
|
Arrival *GeoJsonFeature `protobuf:"bytes,3,opt,name=arrival,proto3" json:"arrival,omitempty"`
|
|
DepartureDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=departure_date,json=departureDate,proto3" json:"departure_date,omitempty"`
|
|
TimeDelta *int64 `protobuf:"varint,6,opt,name=time_delta,json=timeDelta,proto3,oneof" json:"time_delta,omitempty"`
|
|
Noreturn bool `protobuf:"varint,7,opt,name=noreturn,proto3" json:"noreturn,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) Reset() {
|
|
*x = GetDriverJourneysRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDriverJourneysRequest) ProtoMessage() {}
|
|
|
|
func (x *GetDriverJourneysRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[8]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDriverJourneysRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetDriverJourneysRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) GetDeparture() *GeoJsonFeature {
|
|
if x != nil {
|
|
return x.Departure
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) GetArrival() *GeoJsonFeature {
|
|
if x != nil {
|
|
return x.Arrival
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) GetDepartureDate() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.DepartureDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) GetTimeDelta() int64 {
|
|
if x != nil && x.TimeDelta != nil {
|
|
return *x.TimeDelta
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetDriverJourneysRequest) GetNoreturn() bool {
|
|
if x != nil {
|
|
return x.Noreturn
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetDriverJourneysResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DriverJourneys []*SolidarityTransportDriverJourney `protobuf:"bytes,1,rep,name=driver_journeys,json=driverJourneys,proto3" json:"driver_journeys,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDriverJourneysResponse) Reset() {
|
|
*x = GetDriverJourneysResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDriverJourneysResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDriverJourneysResponse) ProtoMessage() {}
|
|
|
|
func (x *GetDriverJourneysResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[9]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDriverJourneysResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetDriverJourneysResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *GetDriverJourneysResponse) GetDriverJourneys() []*SolidarityTransportDriverJourney {
|
|
if x != nil {
|
|
return x.DriverJourneys
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetDriverJourneyRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DriverId string `protobuf:"bytes,1,opt,name=driver_id,json=driverId,proto3" json:"driver_id,omitempty"`
|
|
JourneyId string `protobuf:"bytes,2,opt,name=journey_id,json=journeyId,proto3" json:"journey_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDriverJourneyRequest) Reset() {
|
|
*x = GetDriverJourneyRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDriverJourneyRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDriverJourneyRequest) ProtoMessage() {}
|
|
|
|
func (x *GetDriverJourneyRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[10]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDriverJourneyRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetDriverJourneyRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *GetDriverJourneyRequest) GetDriverId() string {
|
|
if x != nil {
|
|
return x.DriverId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetDriverJourneyRequest) GetJourneyId() string {
|
|
if x != nil {
|
|
return x.JourneyId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetDriverJourneyResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
DriverJourney *SolidarityTransportDriverJourney `protobuf:"bytes,1,opt,name=driver_journey,json=driverJourney,proto3" json:"driver_journey,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetDriverJourneyResponse) Reset() {
|
|
*x = GetDriverJourneyResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetDriverJourneyResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetDriverJourneyResponse) ProtoMessage() {}
|
|
|
|
func (x *GetDriverJourneyResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[11]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetDriverJourneyResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetDriverJourneyResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *GetDriverJourneyResponse) GetDriverJourney() *SolidarityTransportDriverJourney {
|
|
if x != nil {
|
|
return x.DriverJourney
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BookDriverJourneyRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
PassengerId string `protobuf:"bytes,1,opt,name=passenger_id,json=passengerId,proto3" json:"passenger_id,omitempty"`
|
|
DriverId string `protobuf:"bytes,2,opt,name=driver_id,json=driverId,proto3" json:"driver_id,omitempty"`
|
|
DriverJourneyId string `protobuf:"bytes,3,opt,name=driver_journey_id,json=driverJourneyId,proto3" json:"driver_journey_id,omitempty"`
|
|
ReturnWaitingDuration int64 `protobuf:"varint,4,opt,name=return_waiting_duration,json=returnWaitingDuration,proto3" json:"return_waiting_duration,omitempty"`
|
|
PriceAmount float64 `protobuf:"fixed64,5,opt,name=price_amount,json=priceAmount,proto3" json:"price_amount,omitempty"`
|
|
PriceCurrency string `protobuf:"bytes,6,opt,name=price_currency,json=priceCurrency,proto3" json:"price_currency,omitempty"`
|
|
Data *structpb.Struct `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) Reset() {
|
|
*x = BookDriverJourneyRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BookDriverJourneyRequest) ProtoMessage() {}
|
|
|
|
func (x *BookDriverJourneyRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[12]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BookDriverJourneyRequest.ProtoReflect.Descriptor instead.
|
|
func (*BookDriverJourneyRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetPassengerId() string {
|
|
if x != nil {
|
|
return x.PassengerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetDriverId() string {
|
|
if x != nil {
|
|
return x.DriverId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetDriverJourneyId() string {
|
|
if x != nil {
|
|
return x.DriverJourneyId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetReturnWaitingDuration() int64 {
|
|
if x != nil {
|
|
return x.ReturnWaitingDuration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetPriceAmount() float64 {
|
|
if x != nil {
|
|
return x.PriceAmount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetPriceCurrency() string {
|
|
if x != nil {
|
|
return x.PriceCurrency
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BookDriverJourneyRequest) GetData() *structpb.Struct {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BookDriverJourneyResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Booking *SolidarityTransportBooking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *BookDriverJourneyResponse) Reset() {
|
|
*x = BookDriverJourneyResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *BookDriverJourneyResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BookDriverJourneyResponse) ProtoMessage() {}
|
|
|
|
func (x *BookDriverJourneyResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[13]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BookDriverJourneyResponse.ProtoReflect.Descriptor instead.
|
|
func (*BookDriverJourneyResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *BookDriverJourneyResponse) GetBooking() *SolidarityTransportBooking {
|
|
if x != nil {
|
|
return x.Booking
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetSolidarityTransportBookingsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
StartDate *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
|
|
EndDate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
|
|
Passengerid string `protobuf:"bytes,3,opt,name=passengerid,proto3" json:"passengerid,omitempty"`
|
|
Driverid string `protobuf:"bytes,4,opt,name=driverid,proto3" json:"driverid,omitempty"`
|
|
Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) Reset() {
|
|
*x = GetSolidarityTransportBookingsRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSolidarityTransportBookingsRequest) ProtoMessage() {}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[14]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetSolidarityTransportBookingsRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetSolidarityTransportBookingsRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) GetStartDate() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.StartDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) GetEndDate() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.EndDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) GetPassengerid() string {
|
|
if x != nil {
|
|
return x.Passengerid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) GetDriverid() string {
|
|
if x != nil {
|
|
return x.Driverid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsRequest) GetStatus() string {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetSolidarityTransportBookingsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Bookings []*SolidarityTransportBooking `protobuf:"bytes,1,rep,name=bookings,proto3" json:"bookings,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsResponse) Reset() {
|
|
*x = GetSolidarityTransportBookingsResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSolidarityTransportBookingsResponse) ProtoMessage() {}
|
|
|
|
func (x *GetSolidarityTransportBookingsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[15]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetSolidarityTransportBookingsResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetSolidarityTransportBookingsResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingsResponse) GetBookings() []*SolidarityTransportBooking {
|
|
if x != nil {
|
|
return x.Bookings
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetSolidarityTransportBookingRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingRequest) Reset() {
|
|
*x = GetSolidarityTransportBookingRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSolidarityTransportBookingRequest) ProtoMessage() {}
|
|
|
|
func (x *GetSolidarityTransportBookingRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[16]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetSolidarityTransportBookingRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetSolidarityTransportBookingRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingRequest) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetSolidarityTransportBookingResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Booking *SolidarityTransportBooking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingResponse) Reset() {
|
|
*x = GetSolidarityTransportBookingResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSolidarityTransportBookingResponse) ProtoMessage() {}
|
|
|
|
func (x *GetSolidarityTransportBookingResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[17]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetSolidarityTransportBookingResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetSolidarityTransportBookingResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *GetSolidarityTransportBookingResponse) GetBooking() *SolidarityTransportBooking {
|
|
if x != nil {
|
|
return x.Booking
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateSolidarityTransportBookingRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Booking *SolidarityTransportBooking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingRequest) Reset() {
|
|
*x = UpdateSolidarityTransportBookingRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSolidarityTransportBookingRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateSolidarityTransportBookingRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[18]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSolidarityTransportBookingRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSolidarityTransportBookingRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingRequest) GetBooking() *SolidarityTransportBooking {
|
|
if x != nil {
|
|
return x.Booking
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateSolidarityTransportBookingResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingResponse) Reset() {
|
|
*x = UpdateSolidarityTransportBookingResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSolidarityTransportBookingResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateSolidarityTransportBookingResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[19]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSolidarityTransportBookingResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSolidarityTransportBookingResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
type UpdateSolidarityTransportBookingStatusRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
BookingId string `protobuf:"bytes,1,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
|
|
NewStatus string `protobuf:"bytes,2,opt,name=new_status,json=newStatus,proto3" json:"new_status,omitempty"`
|
|
Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusRequest) Reset() {
|
|
*x = UpdateSolidarityTransportBookingStatusRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSolidarityTransportBookingStatusRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[20]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSolidarityTransportBookingStatusRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSolidarityTransportBookingStatusRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusRequest) GetBookingId() string {
|
|
if x != nil {
|
|
return x.BookingId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusRequest) GetNewStatus() string {
|
|
if x != nil {
|
|
return x.NewStatus
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusRequest) GetReason() string {
|
|
if x != nil {
|
|
return x.Reason
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateSolidarityTransportBookingStatusResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusResponse) Reset() {
|
|
*x = UpdateSolidarityTransportBookingStatusResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSolidarityTransportBookingStatusResponse) ProtoMessage() {}
|
|
|
|
func (x *UpdateSolidarityTransportBookingStatusResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[21]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateSolidarityTransportBookingStatusResponse.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSolidarityTransportBookingStatusResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
type ToggleSolidarityTransportNoreturnRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
JourneyId string `protobuf:"bytes,1,opt,name=journey_id,json=journeyId,proto3" json:"journey_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnRequest) Reset() {
|
|
*x = ToggleSolidarityTransportNoreturnRequest{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ToggleSolidarityTransportNoreturnRequest) ProtoMessage() {}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[22]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ToggleSolidarityTransportNoreturnRequest.ProtoReflect.Descriptor instead.
|
|
func (*ToggleSolidarityTransportNoreturnRequest) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnRequest) GetJourneyId() string {
|
|
if x != nil {
|
|
return x.JourneyId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ToggleSolidarityTransportNoreturnResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnResponse) Reset() {
|
|
*x = ToggleSolidarityTransportNoreturnResponse{}
|
|
mi := &file_solidarity_transport_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ToggleSolidarityTransportNoreturnResponse) ProtoMessage() {}
|
|
|
|
func (x *ToggleSolidarityTransportNoreturnResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_solidarity_transport_proto_msgTypes[23]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ToggleSolidarityTransportNoreturnResponse.ProtoReflect.Descriptor instead.
|
|
func (*ToggleSolidarityTransportNoreturnResponse) Descriptor() ([]byte, []int) {
|
|
return file_solidarity_transport_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
var File_solidarity_transport_proto protoreflect.FileDescriptor
|
|
|
|
const file_solidarity_transport_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x1asolidarity-transport.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a solidarity-transport-types.proto\"\xb9\x01\n" +
|
|
"#AddDriverRegularAvailabilityRequest\x12\x1b\n" +
|
|
"\tdriver_id\x18\x01 \x01(\tR\bdriverId\x12\x10\n" +
|
|
"\x03day\x18\x02 \x01(\x05R\x03day\x12\x1d\n" +
|
|
"\n" +
|
|
"start_time\x18\x03 \x01(\tR\tstartTime\x12\x19\n" +
|
|
"\bend_time\x18\x04 \x01(\tR\aendTime\x12)\n" +
|
|
"\aaddress\x18\x05 \x01(\v2\x0f.GeoJsonFeatureR\aaddress\"&\n" +
|
|
"$AddDriverRegularAvailabilityResponse\"k\n" +
|
|
"%AddDriverRegularAvailabilitiesRequest\x12B\n" +
|
|
"\x0eavailabilities\x18\x01 \x03(\v2\x1a.DriverRegularAvailabilityR\x0eavailabilities\"(\n" +
|
|
"&AddDriverRegularAvailabilitiesResponse\"D\n" +
|
|
"%GetDriverRegularAvailabilitiesRequest\x12\x1b\n" +
|
|
"\tdriver_id\x18\x01 \x01(\tR\bdriverId\"^\n" +
|
|
"&GetDriverRegularAvailabilitiesResponse\x124\n" +
|
|
"\aresults\x18\x01 \x03(\v2\x1a.DriverRegularAvailabilityR\aresults\"n\n" +
|
|
"&DeleteDriverRegularAvailabilityRequest\x12\x1b\n" +
|
|
"\tdriver_id\x18\x01 \x01(\tR\bdriverId\x12'\n" +
|
|
"\x0favailability_id\x18\x02 \x01(\tR\x0eavailabilityId\")\n" +
|
|
"'DeleteDriverRegularAvailabilityResponse\"\x86\x02\n" +
|
|
"\x18GetDriverJourneysRequest\x12-\n" +
|
|
"\tdeparture\x18\x01 \x01(\v2\x0f.GeoJsonFeatureR\tdeparture\x12)\n" +
|
|
"\aarrival\x18\x03 \x01(\v2\x0f.GeoJsonFeatureR\aarrival\x12A\n" +
|
|
"\x0edeparture_date\x18\x05 \x01(\v2\x1a.google.protobuf.TimestampR\rdepartureDate\x12\"\n" +
|
|
"\n" +
|
|
"time_delta\x18\x06 \x01(\x03H\x00R\ttimeDelta\x88\x01\x01\x12\x1a\n" +
|
|
"\bnoreturn\x18\a \x01(\bR\bnoreturnB\r\n" +
|
|
"\v_time_delta\"g\n" +
|
|
"\x19GetDriverJourneysResponse\x12J\n" +
|
|
"\x0fdriver_journeys\x18\x01 \x03(\v2!.SolidarityTransportDriverJourneyR\x0edriverJourneys\"U\n" +
|
|
"\x17GetDriverJourneyRequest\x12\x1b\n" +
|
|
"\tdriver_id\x18\x01 \x01(\tR\bdriverId\x12\x1d\n" +
|
|
"\n" +
|
|
"journey_id\x18\x02 \x01(\tR\tjourneyId\"d\n" +
|
|
"\x18GetDriverJourneyResponse\x12H\n" +
|
|
"\x0edriver_journey\x18\x01 \x01(\v2!.SolidarityTransportDriverJourneyR\rdriverJourney\"\xb5\x02\n" +
|
|
"\x18BookDriverJourneyRequest\x12!\n" +
|
|
"\fpassenger_id\x18\x01 \x01(\tR\vpassengerId\x12\x1b\n" +
|
|
"\tdriver_id\x18\x02 \x01(\tR\bdriverId\x12*\n" +
|
|
"\x11driver_journey_id\x18\x03 \x01(\tR\x0fdriverJourneyId\x126\n" +
|
|
"\x17return_waiting_duration\x18\x04 \x01(\x03R\x15returnWaitingDuration\x12!\n" +
|
|
"\fprice_amount\x18\x05 \x01(\x01R\vpriceAmount\x12%\n" +
|
|
"\x0eprice_currency\x18\x06 \x01(\tR\rpriceCurrency\x12+\n" +
|
|
"\x04data\x18\a \x01(\v2\x17.google.protobuf.StructR\x04data\"R\n" +
|
|
"\x19BookDriverJourneyResponse\x125\n" +
|
|
"\abooking\x18\x01 \x01(\v2\x1b.SolidarityTransportBookingR\abooking\"\xef\x01\n" +
|
|
"%GetSolidarityTransportBookingsRequest\x129\n" +
|
|
"\n" +
|
|
"start_date\x18\x01 \x01(\v2\x1a.google.protobuf.TimestampR\tstartDate\x125\n" +
|
|
"\bend_date\x18\x02 \x01(\v2\x1a.google.protobuf.TimestampR\aendDate\x12 \n" +
|
|
"\vpassengerid\x18\x03 \x01(\tR\vpassengerid\x12\x1a\n" +
|
|
"\bdriverid\x18\x04 \x01(\tR\bdriverid\x12\x16\n" +
|
|
"\x06status\x18\x05 \x01(\tR\x06status\"a\n" +
|
|
"&GetSolidarityTransportBookingsResponse\x127\n" +
|
|
"\bbookings\x18\x01 \x03(\v2\x1b.SolidarityTransportBookingR\bbookings\"6\n" +
|
|
"$GetSolidarityTransportBookingRequest\x12\x0e\n" +
|
|
"\x02id\x18\x01 \x01(\tR\x02id\"^\n" +
|
|
"%GetSolidarityTransportBookingResponse\x125\n" +
|
|
"\abooking\x18\x01 \x01(\v2\x1b.SolidarityTransportBookingR\abooking\"`\n" +
|
|
"'UpdateSolidarityTransportBookingRequest\x125\n" +
|
|
"\abooking\x18\x01 \x01(\v2\x1b.SolidarityTransportBookingR\abooking\"*\n" +
|
|
"(UpdateSolidarityTransportBookingResponse\"\x85\x01\n" +
|
|
"-UpdateSolidarityTransportBookingStatusRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"booking_id\x18\x01 \x01(\tR\tbookingId\x12\x1d\n" +
|
|
"\n" +
|
|
"new_status\x18\x02 \x01(\tR\tnewStatus\x12\x16\n" +
|
|
"\x06reason\x18\x03 \x01(\tR\x06reason\"0\n" +
|
|
".UpdateSolidarityTransportBookingStatusResponse\"I\n" +
|
|
"(ToggleSolidarityTransportNoreturnRequest\x12\x1d\n" +
|
|
"\n" +
|
|
"journey_id\x18\x01 \x01(\tR\tjourneyId\"+\n" +
|
|
")ToggleSolidarityTransportNoreturnResponse2\xbb\n" +
|
|
"\n" +
|
|
"\x13SolidarityTransport\x12m\n" +
|
|
"\x1cAddDriverRegularAvailability\x12$.AddDriverRegularAvailabilityRequest\x1a%.AddDriverRegularAvailabilityResponse\"\x00\x12s\n" +
|
|
"\x1eAddDriverRegularAvailabilities\x12&.AddDriverRegularAvailabilitiesRequest\x1a'.AddDriverRegularAvailabilitiesResponse\"\x00\x12s\n" +
|
|
"\x1eGetDriverRegularAvailabilities\x12&.GetDriverRegularAvailabilitiesRequest\x1a'.GetDriverRegularAvailabilitiesResponse\"\x00\x12v\n" +
|
|
"\x1fDeleteDriverRegularAvailability\x12'.DeleteDriverRegularAvailabilityRequest\x1a(.DeleteDriverRegularAvailabilityResponse\"\x00\x12L\n" +
|
|
"\x11GetDriverJourneys\x12\x19.GetDriverJourneysRequest\x1a\x1a.GetDriverJourneysResponse\"\x00\x12I\n" +
|
|
"\x10GetDriverJourney\x12\x18.GetDriverJourneyRequest\x1a\x19.GetDriverJourneyResponse\"\x00\x12L\n" +
|
|
"\x11BookDriverJourney\x12\x19.BookDriverJourneyRequest\x1a\x1a.BookDriverJourneyResponse\"\x00\x12s\n" +
|
|
"\x1eGetSolidarityTransportBookings\x12&.GetSolidarityTransportBookingsRequest\x1a'.GetSolidarityTransportBookingsResponse\"\x00\x12p\n" +
|
|
"\x1dGetSolidarityTransportBooking\x12%.GetSolidarityTransportBookingRequest\x1a&.GetSolidarityTransportBookingResponse\"\x00\x12y\n" +
|
|
" UpdateSolidarityTransportBooking\x12(.UpdateSolidarityTransportBookingRequest\x1a).UpdateSolidarityTransportBookingResponse\"\x00\x12\x8b\x01\n" +
|
|
"&UpdateSolidarityTransportBookingStatus\x12..UpdateSolidarityTransportBookingStatusRequest\x1a/.UpdateSolidarityTransportBookingStatusResponse\"\x00\x12|\n" +
|
|
"!ToggleSolidarityTransportNoreturn\x12).ToggleSolidarityTransportNoreturnRequest\x1a*.ToggleSolidarityTransportNoreturnResponse\"\x00BKZIgit.coopgo.io/coopgo-platform/solidarity-transport/servers/grpc/proto/genb\x06proto3"
|
|
|
|
var (
|
|
file_solidarity_transport_proto_rawDescOnce sync.Once
|
|
file_solidarity_transport_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_solidarity_transport_proto_rawDescGZIP() []byte {
|
|
file_solidarity_transport_proto_rawDescOnce.Do(func() {
|
|
file_solidarity_transport_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_solidarity_transport_proto_rawDesc), len(file_solidarity_transport_proto_rawDesc)))
|
|
})
|
|
return file_solidarity_transport_proto_rawDescData
|
|
}
|
|
|
|
var file_solidarity_transport_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
|
|
var file_solidarity_transport_proto_goTypes = []any{
|
|
(*AddDriverRegularAvailabilityRequest)(nil), // 0: AddDriverRegularAvailabilityRequest
|
|
(*AddDriverRegularAvailabilityResponse)(nil), // 1: AddDriverRegularAvailabilityResponse
|
|
(*AddDriverRegularAvailabilitiesRequest)(nil), // 2: AddDriverRegularAvailabilitiesRequest
|
|
(*AddDriverRegularAvailabilitiesResponse)(nil), // 3: AddDriverRegularAvailabilitiesResponse
|
|
(*GetDriverRegularAvailabilitiesRequest)(nil), // 4: GetDriverRegularAvailabilitiesRequest
|
|
(*GetDriverRegularAvailabilitiesResponse)(nil), // 5: GetDriverRegularAvailabilitiesResponse
|
|
(*DeleteDriverRegularAvailabilityRequest)(nil), // 6: DeleteDriverRegularAvailabilityRequest
|
|
(*DeleteDriverRegularAvailabilityResponse)(nil), // 7: DeleteDriverRegularAvailabilityResponse
|
|
(*GetDriverJourneysRequest)(nil), // 8: GetDriverJourneysRequest
|
|
(*GetDriverJourneysResponse)(nil), // 9: GetDriverJourneysResponse
|
|
(*GetDriverJourneyRequest)(nil), // 10: GetDriverJourneyRequest
|
|
(*GetDriverJourneyResponse)(nil), // 11: GetDriverJourneyResponse
|
|
(*BookDriverJourneyRequest)(nil), // 12: BookDriverJourneyRequest
|
|
(*BookDriverJourneyResponse)(nil), // 13: BookDriverJourneyResponse
|
|
(*GetSolidarityTransportBookingsRequest)(nil), // 14: GetSolidarityTransportBookingsRequest
|
|
(*GetSolidarityTransportBookingsResponse)(nil), // 15: GetSolidarityTransportBookingsResponse
|
|
(*GetSolidarityTransportBookingRequest)(nil), // 16: GetSolidarityTransportBookingRequest
|
|
(*GetSolidarityTransportBookingResponse)(nil), // 17: GetSolidarityTransportBookingResponse
|
|
(*UpdateSolidarityTransportBookingRequest)(nil), // 18: UpdateSolidarityTransportBookingRequest
|
|
(*UpdateSolidarityTransportBookingResponse)(nil), // 19: UpdateSolidarityTransportBookingResponse
|
|
(*UpdateSolidarityTransportBookingStatusRequest)(nil), // 20: UpdateSolidarityTransportBookingStatusRequest
|
|
(*UpdateSolidarityTransportBookingStatusResponse)(nil), // 21: UpdateSolidarityTransportBookingStatusResponse
|
|
(*ToggleSolidarityTransportNoreturnRequest)(nil), // 22: ToggleSolidarityTransportNoreturnRequest
|
|
(*ToggleSolidarityTransportNoreturnResponse)(nil), // 23: ToggleSolidarityTransportNoreturnResponse
|
|
(*GeoJsonFeature)(nil), // 24: GeoJsonFeature
|
|
(*DriverRegularAvailability)(nil), // 25: DriverRegularAvailability
|
|
(*timestamppb.Timestamp)(nil), // 26: google.protobuf.Timestamp
|
|
(*SolidarityTransportDriverJourney)(nil), // 27: SolidarityTransportDriverJourney
|
|
(*structpb.Struct)(nil), // 28: google.protobuf.Struct
|
|
(*SolidarityTransportBooking)(nil), // 29: SolidarityTransportBooking
|
|
}
|
|
var file_solidarity_transport_proto_depIdxs = []int32{
|
|
24, // 0: AddDriverRegularAvailabilityRequest.address:type_name -> GeoJsonFeature
|
|
25, // 1: AddDriverRegularAvailabilitiesRequest.availabilities:type_name -> DriverRegularAvailability
|
|
25, // 2: GetDriverRegularAvailabilitiesResponse.results:type_name -> DriverRegularAvailability
|
|
24, // 3: GetDriverJourneysRequest.departure:type_name -> GeoJsonFeature
|
|
24, // 4: GetDriverJourneysRequest.arrival:type_name -> GeoJsonFeature
|
|
26, // 5: GetDriverJourneysRequest.departure_date:type_name -> google.protobuf.Timestamp
|
|
27, // 6: GetDriverJourneysResponse.driver_journeys:type_name -> SolidarityTransportDriverJourney
|
|
27, // 7: GetDriverJourneyResponse.driver_journey:type_name -> SolidarityTransportDriverJourney
|
|
28, // 8: BookDriverJourneyRequest.data:type_name -> google.protobuf.Struct
|
|
29, // 9: BookDriverJourneyResponse.booking:type_name -> SolidarityTransportBooking
|
|
26, // 10: GetSolidarityTransportBookingsRequest.start_date:type_name -> google.protobuf.Timestamp
|
|
26, // 11: GetSolidarityTransportBookingsRequest.end_date:type_name -> google.protobuf.Timestamp
|
|
29, // 12: GetSolidarityTransportBookingsResponse.bookings:type_name -> SolidarityTransportBooking
|
|
29, // 13: GetSolidarityTransportBookingResponse.booking:type_name -> SolidarityTransportBooking
|
|
29, // 14: UpdateSolidarityTransportBookingRequest.booking:type_name -> SolidarityTransportBooking
|
|
0, // 15: SolidarityTransport.AddDriverRegularAvailability:input_type -> AddDriverRegularAvailabilityRequest
|
|
2, // 16: SolidarityTransport.AddDriverRegularAvailabilities:input_type -> AddDriverRegularAvailabilitiesRequest
|
|
4, // 17: SolidarityTransport.GetDriverRegularAvailabilities:input_type -> GetDriverRegularAvailabilitiesRequest
|
|
6, // 18: SolidarityTransport.DeleteDriverRegularAvailability:input_type -> DeleteDriverRegularAvailabilityRequest
|
|
8, // 19: SolidarityTransport.GetDriverJourneys:input_type -> GetDriverJourneysRequest
|
|
10, // 20: SolidarityTransport.GetDriverJourney:input_type -> GetDriverJourneyRequest
|
|
12, // 21: SolidarityTransport.BookDriverJourney:input_type -> BookDriverJourneyRequest
|
|
14, // 22: SolidarityTransport.GetSolidarityTransportBookings:input_type -> GetSolidarityTransportBookingsRequest
|
|
16, // 23: SolidarityTransport.GetSolidarityTransportBooking:input_type -> GetSolidarityTransportBookingRequest
|
|
18, // 24: SolidarityTransport.UpdateSolidarityTransportBooking:input_type -> UpdateSolidarityTransportBookingRequest
|
|
20, // 25: SolidarityTransport.UpdateSolidarityTransportBookingStatus:input_type -> UpdateSolidarityTransportBookingStatusRequest
|
|
22, // 26: SolidarityTransport.ToggleSolidarityTransportNoreturn:input_type -> ToggleSolidarityTransportNoreturnRequest
|
|
1, // 27: SolidarityTransport.AddDriverRegularAvailability:output_type -> AddDriverRegularAvailabilityResponse
|
|
3, // 28: SolidarityTransport.AddDriverRegularAvailabilities:output_type -> AddDriverRegularAvailabilitiesResponse
|
|
5, // 29: SolidarityTransport.GetDriverRegularAvailabilities:output_type -> GetDriverRegularAvailabilitiesResponse
|
|
7, // 30: SolidarityTransport.DeleteDriverRegularAvailability:output_type -> DeleteDriverRegularAvailabilityResponse
|
|
9, // 31: SolidarityTransport.GetDriverJourneys:output_type -> GetDriverJourneysResponse
|
|
11, // 32: SolidarityTransport.GetDriverJourney:output_type -> GetDriverJourneyResponse
|
|
13, // 33: SolidarityTransport.BookDriverJourney:output_type -> BookDriverJourneyResponse
|
|
15, // 34: SolidarityTransport.GetSolidarityTransportBookings:output_type -> GetSolidarityTransportBookingsResponse
|
|
17, // 35: SolidarityTransport.GetSolidarityTransportBooking:output_type -> GetSolidarityTransportBookingResponse
|
|
19, // 36: SolidarityTransport.UpdateSolidarityTransportBooking:output_type -> UpdateSolidarityTransportBookingResponse
|
|
21, // 37: SolidarityTransport.UpdateSolidarityTransportBookingStatus:output_type -> UpdateSolidarityTransportBookingStatusResponse
|
|
23, // 38: SolidarityTransport.ToggleSolidarityTransportNoreturn:output_type -> ToggleSolidarityTransportNoreturnResponse
|
|
27, // [27:39] is the sub-list for method output_type
|
|
15, // [15:27] is the sub-list for method input_type
|
|
15, // [15:15] is the sub-list for extension type_name
|
|
15, // [15:15] is the sub-list for extension extendee
|
|
0, // [0:15] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_solidarity_transport_proto_init() }
|
|
func file_solidarity_transport_proto_init() {
|
|
if File_solidarity_transport_proto != nil {
|
|
return
|
|
}
|
|
file_solidarity_transport_types_proto_init()
|
|
file_solidarity_transport_proto_msgTypes[8].OneofWrappers = []any{}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_solidarity_transport_proto_rawDesc), len(file_solidarity_transport_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 24,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_solidarity_transport_proto_goTypes,
|
|
DependencyIndexes: file_solidarity_transport_proto_depIdxs,
|
|
MessageInfos: file_solidarity_transport_proto_msgTypes,
|
|
}.Build()
|
|
File_solidarity_transport_proto = out.File
|
|
file_solidarity_transport_proto_goTypes = nil
|
|
file_solidarity_transport_proto_depIdxs = nil
|
|
}
|