MarketPlace: new srv market added
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+3
-3
@@ -18,8 +18,8 @@ message Pagination {
|
||||
uint32 page_size = 2; // in query param it will be pz
|
||||
optional uint32 total_count = 3; // reponse
|
||||
}
|
||||
message Filter {
|
||||
string query = 1; // q
|
||||
string sort = 2; // s
|
||||
|
||||
message BaseQueryParam {
|
||||
repeated string sort = 2; // sort by
|
||||
optional Pagination page = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user