v2: buf format

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2024-11-29 00:04:49 +03:30
parent b3ceb01bfb
commit 8b560247e4
4 changed files with 13 additions and 14 deletions
+3 -3
View File
@@ -13,12 +13,12 @@ message IdRes {
message IdReq {
int64 id = 1;
}
message Pagination{
uint32 page = 1; // in query param it will be p
message Pagination {
uint32 page = 1; // in query param it will be p
uint32 page_size = 2; // in query param it will be pz
}
message Filter {
string query = 1; // q
string sort = 2; // s
optional Pagination page = 3;
optional Pagination page = 3;
}