Skip to content

Commit

Permalink
refactor(inventory): rename inventory service
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
  • Loading branch information
glimchb authored and sandersms committed Oct 23, 2023
1 parent bdc4318 commit 081b529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/v1/inventory.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import "google/api/annotations.proto";
import "google/api/field_behavior.proto";

// Service functions for the device inventory data
service InventorySvc {
service InventoryService {
// retrieves the inventory data for the device
rpc GetInventory (GetInventoryRequest) returns (Inventory) {
option (google.api.http) = {
Expand Down

0 comments on commit 081b529

Please sign in to comment.