mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 05:52:40 +00:00
save results to redis
This commit is contained in:
@@ -24,6 +24,8 @@ message MatchRequest {
|
||||
float maxDetourDistanceRatio = 15;
|
||||
float maxDetourDurationRatio = 16;
|
||||
int32 identifier = 22;
|
||||
optional int32 page = 23;
|
||||
optional int32 perPage = 24;
|
||||
}
|
||||
|
||||
message ScheduleItem {
|
||||
@@ -90,6 +92,9 @@ message Actor {
|
||||
}
|
||||
|
||||
message Matches {
|
||||
repeated Match data = 1;
|
||||
int32 total = 2;
|
||||
string id = 1;
|
||||
repeated Match data = 2;
|
||||
int32 total = 3;
|
||||
int32 page = 4;
|
||||
int32 perPage = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user