proto/product_inventory.proto
@@ -2,6 +2,8 @@ option go_package = "./product_inventory"; import "common.proto"; service productInventoryService { rpc CreateOperation(CreateOperationRequest) returns(CreateOperationResponse) {} rpc GetInventoryProductInfo(GetInventoryProductInfoRequest) returns (GetInventoryProductInfoResponse) {} @@ -20,6 +22,7 @@ int64 ClientId = 7; string ClientName = 8; repeated InventoryProduct ProductList = 9; OperationSource OperationSource = 10; } message InventoryProduct{