v2: gen contract + healthcheck rpc added

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-05-11 13:48:01 +03:30
parent d9186eb3a9
commit ff0cfdacaa
6 changed files with 41 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@ import "base/v1/msg.proto";
import "market/v1/msg.proto";
service MarketplaceSrv {
rpc MarketplaceSrvHealth(base.v1.Empty) returns (base.v1.StatusRes);
rpc GetMarketOrderDet(auth.v1.IdReqWithIAM) returns (MarketOrder); // details of an order by id
rpc GetAllOrderList(OrderListFilter) returns (MarketOrderList); // list of all orders (seller and buyer combined)