2026-08-09 10:43:45 +08:00
// Code generated by protoc-gen-grpc-gateway. DO NOT EDIT.
2026-08-09 15:10:19 +08:00
// source: module/ec/mall/proto/product.proto
2026-08-09 10:43:45 +08:00
/ *
Package mall is a reverse proxy .
It translates gRPC into RESTful JSON APIs .
* /
package mall
import (
"context"
"errors"
"io"
"net/http"
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/grpc-ecosystem/grpc-gateway/v2/utilities"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/grpclog"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/proto"
)
// Suppress "imported and not used" errors
var (
_ codes . Code
_ io . Reader
_ status . Status
_ = errors . New
_ = runtime . String
_ = utilities . NewDoubleArray
_ = metadata . Join
)
func request_Product_ItemFetch_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq MallFetchRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemFetch ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemFetch_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq MallFetchRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemFetch ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemDetail_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemDetail ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemDetail_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemDetail ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemDetailBySerial_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq StoreSerialRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemDetailBySerial ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemDetailBySerial_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq StoreSerialRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemDetailBySerial ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemDetailBySpec_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq DetailBySpecRequest
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemDetailBySpec ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemDetailBySpec_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq DetailBySpecRequest
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemDetailBySpec ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq ProductItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemCreate ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq ProductItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemCreate ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemDelete ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemDelete ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemModify_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq ModifyRequest
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemModify ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemModify_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq ModifyRequest
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemModify ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_ItemBatchOp_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq OpRequest
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . ItemBatchOp ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_ItemBatchOp_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq OpRequest
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . ItemBatchOp ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_SpecFetch_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq MallFetchRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . SpecFetch ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_SpecFetch_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq MallFetchRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . SpecFetch ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_SpecCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq SpecItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . SpecCreate ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_SpecCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq SpecItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . SpecCreate ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_SpecModify_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq SpecItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . SpecModify ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_SpecModify_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq SpecItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . SpecModify ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_SpecDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . SpecDelete ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_SpecDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . SpecDelete ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_SpecDetail_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . SpecDetail ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_SpecDetail_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . SpecDetail ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_PhotoCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq PhotoItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . PhotoCreate ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_PhotoCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq PhotoItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . PhotoCreate ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_PhotoDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . PhotoDelete ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_PhotoDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . PhotoDelete ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_PhotoList_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq PhotoItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . PhotoList ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_PhotoList_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq PhotoItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . PhotoList ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_CommentFetch_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq MallFetchRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . CommentFetch ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_CommentFetch_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq MallFetchRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . CommentFetch ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_CommentCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq CommentItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . CommentCreate ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_CommentCreate_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq CommentItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . CommentCreate ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_CommentRe_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq CommentItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . CommentRe ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_CommentRe_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq CommentItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . CommentRe ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_CommentDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . CommentDelete ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_CommentDelete_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
2026-08-09 20:14:57 +08:00
protoReq IdentRequest
2026-08-09 10:43:45 +08:00
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . CommentDelete ( ctx , & protoReq )
return msg , metadata , err
}
func request_Product_CommentModify_0 ( ctx context . Context , marshaler runtime . Marshaler , client ProductClient , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq CommentItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
if req . Body != nil {
_ , _ = io . Copy ( io . Discard , req . Body )
}
msg , err := client . CommentModify ( ctx , & protoReq , grpc . Header ( & metadata . HeaderMD ) , grpc . Trailer ( & metadata . TrailerMD ) )
return msg , metadata , err
}
func local_request_Product_CommentModify_0 ( ctx context . Context , marshaler runtime . Marshaler , server ProductServer , req * http . Request , pathParams map [ string ] string ) ( proto . Message , runtime . ServerMetadata , error ) {
var (
protoReq CommentItem
metadata runtime . ServerMetadata
)
if err := marshaler . NewDecoder ( req . Body ) . Decode ( & protoReq ) ; err != nil && ! errors . Is ( err , io . EOF ) {
return nil , metadata , status . Errorf ( codes . InvalidArgument , "%v" , err )
}
msg , err := server . CommentModify ( ctx , & protoReq )
return msg , metadata , err
}
// RegisterProductHandlerServer registers the http handlers for service Product to "mux".
// UnaryRPC :call ProductServer directly.
// StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.
// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterProductHandlerFromEndpoint instead.
// GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterProductHandlerServer ( ctx context . Context , mux * runtime . ServeMux , server ProductServer ) error {
mux . Handle ( http . MethodPost , pattern_Product_ItemFetch_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemFetch" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemFetch" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemFetch_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemFetch_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDetail_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemDetail" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDetail" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemDetail_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDetail_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDetailBySerial_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemDetailBySerial" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDetailBySerial" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemDetailBySerial_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDetailBySerial_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDetailBySpec_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemDetailBySpec" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDetailBySpec" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemDetailBySpec_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDetailBySpec_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemCreate_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemDelete_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemModify_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemModify" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemModify" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemModify_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemModify_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemBatchOp_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/ItemBatchOp" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemBatchOp" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_ItemBatchOp_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemBatchOp_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecFetch_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/SpecFetch" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecFetch" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_SpecFetch_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecFetch_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/SpecCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_SpecCreate_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecModify_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/SpecModify" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecModify" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_SpecModify_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecModify_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/SpecDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_SpecDelete_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecDetail_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/SpecDetail" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecDetail" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_SpecDetail_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecDetail_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_PhotoCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/PhotoCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/PhotoCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_PhotoCreate_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_PhotoCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_PhotoDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/PhotoDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/PhotoDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_PhotoDelete_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_PhotoDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_PhotoList_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/PhotoList" , runtime . WithHTTPPathPattern ( "/mall.Product/PhotoList" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_PhotoList_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_PhotoList_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentFetch_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/CommentFetch" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentFetch" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_CommentFetch_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentFetch_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/CommentCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_CommentCreate_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentRe_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/CommentRe" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentRe" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_CommentRe_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentRe_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/CommentDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_CommentDelete_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentModify_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
var stream runtime . ServerTransportStream
ctx = grpc . NewContextWithServerTransportStream ( ctx , & stream )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateIncomingContext ( ctx , mux , req , "/mall.Product/CommentModify" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentModify" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := local_request_Product_CommentModify_0 ( annotatedContext , inboundMarshaler , server , req , pathParams )
md . HeaderMD , md . TrailerMD = metadata . Join ( md . HeaderMD , stream . Header ( ) ) , metadata . Join ( md . TrailerMD , stream . Trailer ( ) )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentModify_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
return nil
}
// RegisterProductHandlerFromEndpoint is same as RegisterProductHandler but
// automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterProductHandlerFromEndpoint ( ctx context . Context , mux * runtime . ServeMux , endpoint string , opts [ ] grpc . DialOption ) ( err error ) {
conn , err := grpc . NewClient ( endpoint , opts ... )
if err != nil {
return err
}
defer func ( ) {
if err != nil {
if cerr := conn . Close ( ) ; cerr != nil {
grpclog . Errorf ( "Failed to close conn to %s: %v" , endpoint , cerr )
}
return
}
go func ( ) {
<- ctx . Done ( )
if cerr := conn . Close ( ) ; cerr != nil {
grpclog . Errorf ( "Failed to close conn to %s: %v" , endpoint , cerr )
}
} ( )
} ( )
return RegisterProductHandler ( ctx , mux , conn )
}
// RegisterProductHandler registers the http handlers for service Product to "mux".
// The handlers forward requests to the grpc endpoint over "conn".
func RegisterProductHandler ( ctx context . Context , mux * runtime . ServeMux , conn * grpc . ClientConn ) error {
return RegisterProductHandlerClient ( ctx , mux , NewProductClient ( conn ) )
}
// RegisterProductHandlerClient registers the http handlers for service Product
// to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ProductClient".
// Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ProductClient"
// doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in
// "ProductClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterProductHandlerClient ( ctx context . Context , mux * runtime . ServeMux , client ProductClient ) error {
mux . Handle ( http . MethodPost , pattern_Product_ItemFetch_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemFetch" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemFetch" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemFetch_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemFetch_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDetail_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemDetail" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDetail" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemDetail_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDetail_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDetailBySerial_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemDetailBySerial" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDetailBySerial" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemDetailBySerial_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDetailBySerial_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDetailBySpec_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemDetailBySpec" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDetailBySpec" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemDetailBySpec_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDetailBySpec_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemCreate_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemDelete_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemModify_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemModify" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemModify" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemModify_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemModify_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_ItemBatchOp_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/ItemBatchOp" , runtime . WithHTTPPathPattern ( "/mall.Product/ItemBatchOp" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_ItemBatchOp_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_ItemBatchOp_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecFetch_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/SpecFetch" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecFetch" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_SpecFetch_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecFetch_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/SpecCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_SpecCreate_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecModify_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/SpecModify" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecModify" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_SpecModify_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecModify_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/SpecDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_SpecDelete_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_SpecDetail_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/SpecDetail" , runtime . WithHTTPPathPattern ( "/mall.Product/SpecDetail" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_SpecDetail_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_SpecDetail_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_PhotoCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/PhotoCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/PhotoCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_PhotoCreate_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_PhotoCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_PhotoDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/PhotoDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/PhotoDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_PhotoDelete_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_PhotoDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_PhotoList_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/PhotoList" , runtime . WithHTTPPathPattern ( "/mall.Product/PhotoList" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_PhotoList_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_PhotoList_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentFetch_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/CommentFetch" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentFetch" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_CommentFetch_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentFetch_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentCreate_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/CommentCreate" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentCreate" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_CommentCreate_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentCreate_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentRe_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/CommentRe" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentRe" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_CommentRe_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentRe_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentDelete_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/CommentDelete" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentDelete" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_CommentDelete_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentDelete_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
mux . Handle ( http . MethodPost , pattern_Product_CommentModify_0 , func ( w http . ResponseWriter , req * http . Request , pathParams map [ string ] string ) {
ctx , cancel := context . WithCancel ( req . Context ( ) )
defer cancel ( )
inboundMarshaler , outboundMarshaler := runtime . MarshalerForRequest ( mux , req )
annotatedContext , err := runtime . AnnotateContext ( ctx , mux , req , "/mall.Product/CommentModify" , runtime . WithHTTPPathPattern ( "/mall.Product/CommentModify" ) )
if err != nil {
runtime . HTTPError ( ctx , mux , outboundMarshaler , w , req , err )
return
}
resp , md , err := request_Product_CommentModify_0 ( annotatedContext , inboundMarshaler , client , req , pathParams )
annotatedContext = runtime . NewServerMetadataContext ( annotatedContext , md )
if err != nil {
runtime . HTTPError ( annotatedContext , mux , outboundMarshaler , w , req , err )
return
}
forward_Product_CommentModify_0 ( annotatedContext , mux , outboundMarshaler , w , req , resp , mux . GetForwardResponseOptions ( ) ... )
} )
return nil
}
var (
pattern_Product_ItemFetch_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemFetch" } , "" ) )
pattern_Product_ItemDetail_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemDetail" } , "" ) )
pattern_Product_ItemDetailBySerial_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemDetailBySerial" } , "" ) )
pattern_Product_ItemDetailBySpec_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemDetailBySpec" } , "" ) )
pattern_Product_ItemCreate_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemCreate" } , "" ) )
pattern_Product_ItemDelete_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemDelete" } , "" ) )
pattern_Product_ItemModify_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemModify" } , "" ) )
pattern_Product_ItemBatchOp_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "ItemBatchOp" } , "" ) )
pattern_Product_SpecFetch_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "SpecFetch" } , "" ) )
pattern_Product_SpecCreate_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "SpecCreate" } , "" ) )
pattern_Product_SpecModify_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "SpecModify" } , "" ) )
pattern_Product_SpecDelete_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "SpecDelete" } , "" ) )
pattern_Product_SpecDetail_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "SpecDetail" } , "" ) )
pattern_Product_PhotoCreate_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "PhotoCreate" } , "" ) )
pattern_Product_PhotoDelete_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "PhotoDelete" } , "" ) )
pattern_Product_PhotoList_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "PhotoList" } , "" ) )
pattern_Product_CommentFetch_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "CommentFetch" } , "" ) )
pattern_Product_CommentCreate_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "CommentCreate" } , "" ) )
pattern_Product_CommentRe_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "CommentRe" } , "" ) )
pattern_Product_CommentDelete_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "CommentDelete" } , "" ) )
pattern_Product_CommentModify_0 = runtime . MustPattern ( runtime . NewPattern ( 1 , [ ] int { 2 , 0 , 2 , 1 } , [ ] string { "mall.Product" , "CommentModify" } , "" ) )
)
var (
forward_Product_ItemFetch_0 = runtime . ForwardResponseMessage
forward_Product_ItemDetail_0 = runtime . ForwardResponseMessage
forward_Product_ItemDetailBySerial_0 = runtime . ForwardResponseMessage
forward_Product_ItemDetailBySpec_0 = runtime . ForwardResponseMessage
forward_Product_ItemCreate_0 = runtime . ForwardResponseMessage
forward_Product_ItemDelete_0 = runtime . ForwardResponseMessage
forward_Product_ItemModify_0 = runtime . ForwardResponseMessage
forward_Product_ItemBatchOp_0 = runtime . ForwardResponseMessage
forward_Product_SpecFetch_0 = runtime . ForwardResponseMessage
forward_Product_SpecCreate_0 = runtime . ForwardResponseMessage
forward_Product_SpecModify_0 = runtime . ForwardResponseMessage
forward_Product_SpecDelete_0 = runtime . ForwardResponseMessage
forward_Product_SpecDetail_0 = runtime . ForwardResponseMessage
forward_Product_PhotoCreate_0 = runtime . ForwardResponseMessage
forward_Product_PhotoDelete_0 = runtime . ForwardResponseMessage
forward_Product_PhotoList_0 = runtime . ForwardResponseMessage
forward_Product_CommentFetch_0 = runtime . ForwardResponseMessage
forward_Product_CommentCreate_0 = runtime . ForwardResponseMessage
forward_Product_CommentRe_0 = runtime . ForwardResponseMessage
forward_Product_CommentDelete_0 = runtime . ForwardResponseMessage
forward_Product_CommentModify_0 = runtime . ForwardResponseMessage
)