mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 05:52:40 +00:00
get cached matching
This commit is contained in:
@@ -7,25 +7,26 @@ service MatcherService {
|
||||
}
|
||||
|
||||
message MatchRequest {
|
||||
bool driver = 1;
|
||||
bool passenger = 2;
|
||||
Frequency frequency = 3;
|
||||
string fromDate = 4;
|
||||
string toDate = 5;
|
||||
repeated ScheduleItem schedule = 6;
|
||||
bool strict = 7;
|
||||
repeated Waypoint waypoints = 8;
|
||||
AlgorithmType algorithmType = 9;
|
||||
int32 remoteness = 10;
|
||||
bool useProportion = 11;
|
||||
int32 proportion = 12;
|
||||
bool useAzimuth = 13;
|
||||
int32 azimuthMargin = 14;
|
||||
float maxDetourDistanceRatio = 15;
|
||||
float maxDetourDurationRatio = 16;
|
||||
int32 identifier = 22;
|
||||
optional int32 page = 23;
|
||||
optional int32 perPage = 24;
|
||||
string id = 1;
|
||||
bool driver = 2;
|
||||
bool passenger = 3;
|
||||
Frequency frequency = 4;
|
||||
string fromDate = 5;
|
||||
string toDate = 6;
|
||||
repeated ScheduleItem schedule = 7;
|
||||
bool strict = 8;
|
||||
repeated Waypoint waypoints = 9;
|
||||
AlgorithmType algorithmType = 10;
|
||||
int32 remoteness = 11;
|
||||
bool useProportion = 12;
|
||||
int32 proportion = 13;
|
||||
bool useAzimuth = 14;
|
||||
int32 azimuthMargin = 15;
|
||||
float maxDetourDistanceRatio = 16;
|
||||
float maxDetourDurationRatio = 17;
|
||||
int32 identifier = 18;
|
||||
optional int32 page = 19;
|
||||
optional int32 perPage = 20;
|
||||
}
|
||||
|
||||
message ScheduleItem {
|
||||
|
||||
Reference in New Issue
Block a user