zhangqian
2024-03-14 527bc709815b9ea0f2ed14450262c9a5832c141f
proto/product_inventory/product_inventory_grpc.pb.go
@@ -1,4 +1,8 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.3.0
// - protoc             v3.19.0
// source: product_inventory.proto
package product_inventory
@@ -13,6 +17,12 @@
// is compatible with the grpc package it is being compiled against.
// Requires gRPC-Go v1.32.0 or later.
const _ = grpc.SupportPackageIsVersion7
const (
   ProductInventoryService_CreateOperation_FullMethodName         = "/productInventoryService/CreateOperation"
   ProductInventoryService_GetInventoryProductInfo_FullMethodName = "/productInventoryService/GetInventoryProductInfo"
   ProductInventoryService_UpdateSalesDetailStatus_FullMethodName = "/productInventoryService/UpdateSalesDetailStatus"
)
// ProductInventoryServiceClient is the client API for ProductInventoryService service.
//
@@ -33,7 +43,7 @@
func (c *productInventoryServiceClient) CreateOperation(ctx context.Context, in *CreateOperationRequest, opts ...grpc.CallOption) (*CreateOperationResponse, error) {
   out := new(CreateOperationResponse)
   err := c.cc.Invoke(ctx, "/productInventoryService/CreateOperation", in, out, opts...)
   err := c.cc.Invoke(ctx, ProductInventoryService_CreateOperation_FullMethodName, in, out, opts...)
   if err != nil {
      return nil, err
   }
@@ -42,7 +52,7 @@
func (c *productInventoryServiceClient) GetInventoryProductInfo(ctx context.Context, in *GetInventoryProductInfoRequest, opts ...grpc.CallOption) (*GetInventoryProductInfoResponse, error) {
   out := new(GetInventoryProductInfoResponse)
   err := c.cc.Invoke(ctx, "/productInventoryService/GetInventoryProductInfo", in, out, opts...)
   err := c.cc.Invoke(ctx, ProductInventoryService_GetInventoryProductInfo_FullMethodName, in, out, opts...)
   if err != nil {
      return nil, err
   }
@@ -51,7 +61,7 @@
func (c *productInventoryServiceClient) UpdateSalesDetailStatus(ctx context.Context, in *UpdateSalesDetailStatusRequest, opts ...grpc.CallOption) (*UpdateSalesDetailStatusResponse, error) {
   out := new(UpdateSalesDetailStatusResponse)
   err := c.cc.Invoke(ctx, "/productInventoryService/UpdateSalesDetailStatus", in, out, opts...)
   err := c.cc.Invoke(ctx, ProductInventoryService_UpdateSalesDetailStatus_FullMethodName, in, out, opts...)
   if err != nil {
      return nil, err
   }
@@ -105,7 +115,7 @@
   }
   info := &grpc.UnaryServerInfo{
      Server:     srv,
      FullMethod: "/productInventoryService/CreateOperation",
      FullMethod: ProductInventoryService_CreateOperation_FullMethodName,
   }
   handler := func(ctx context.Context, req interface{}) (interface{}, error) {
      return srv.(ProductInventoryServiceServer).CreateOperation(ctx, req.(*CreateOperationRequest))
@@ -123,7 +133,7 @@
   }
   info := &grpc.UnaryServerInfo{
      Server:     srv,
      FullMethod: "/productInventoryService/GetInventoryProductInfo",
      FullMethod: ProductInventoryService_GetInventoryProductInfo_FullMethodName,
   }
   handler := func(ctx context.Context, req interface{}) (interface{}, error) {
      return srv.(ProductInventoryServiceServer).GetInventoryProductInfo(ctx, req.(*GetInventoryProductInfoRequest))
@@ -141,7 +151,7 @@
   }
   info := &grpc.UnaryServerInfo{
      Server:     srv,
      FullMethod: "/productInventoryService/UpdateSalesDetailStatus",
      FullMethod: ProductInventoryService_UpdateSalesDetailStatus_FullMethodName,
   }
   handler := func(ctx context.Context, req interface{}) (interface{}, error) {
      return srv.(ProductInventoryServiceServer).UpdateSalesDetailStatus(ctx, req.(*UpdateSalesDetailStatusRequest))