Skip to content

Commit

Permalink
Tarefa prática andrerossidc#1 - Microservices
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloHDionysio committed Apr 4, 2024
1 parent a5f5a9f commit 4ac78e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proto/inventory.proto
Original file line number Diff line number Diff line change
@@ -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) {}
Expand Down

0 comments on commit 4ac78e8

Please sign in to comment.