MarketPlace: new srv market added

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-02-08 18:10:47 +03:30
parent 87ee504638
commit cb9b5ac9f2
5 changed files with 141 additions and 4 deletions
+3 -3
View File
@@ -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;
}