From 4ac78e85e69b09efc3f665a1cbaef5e226d875d9 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Dionysio Date: Thu, 4 Apr 2024 20:49:12 -0300 Subject: [PATCH] =?UTF-8?q?Tarefa=20pr=C3=A1tica=20#1=20-=20Microservices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/inventory.proto | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proto/inventory.proto b/proto/inventory.proto index 76105071..83e05025 100644 --- a/proto/inventory.proto +++ b/proto/inventory.proto @@ -1,9 +1,5 @@ syntax = "proto3"; -service InventoryService { - rpc SearchAllProducts(Empty) returns (ProductsResponse) {} -} - service InventoryService { rpc SearchAllProducts(Empty) returns (ProductsResponse) {} rpc SearchProductByID(Payload) returns (ProductResponse) {}