From ac9d54c95f1884b15ad5c59facfbe978ba6053d0 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 15 Aug 2025 05:51:04 +0300 Subject: [PATCH] Update proto definitions --- yandexmarket/products.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yandexmarket/products.proto b/yandexmarket/products.proto index 72ce66e..0d38fae 100644 --- a/yandexmarket/products.proto +++ b/yandexmarket/products.proto @@ -4,7 +4,7 @@ option go_package = "./yandexmarket/products"; service ProductsService { rpc CalculateProductTariffs(CalculateProductTariffsRequest) returns (stream CalculateProductTariffsResponse); - rpc GetProducts(GetProductsRequest) returns (GetProductsResponse); + rpc GetProducts(GetProductsRequest) returns (stream GetProductsResponse); } message CalculateProductTariffsRequest {