refactor: localize protobuf definitions

This commit is contained in:
2026-08-09 20:14:57 +08:00
parent 9f6f318bbb
commit 5ea45a76fe
429 changed files with 54058 additions and 61623 deletions

View File

@@ -9,7 +9,6 @@ It translates gRPC into RESTful JSON APIs.
package order
import (
"bsm/full/protobuf"
"context"
"errors"
"io"
@@ -65,7 +64,7 @@ func local_request_Mgt_OrderCreate_0(ctx context.Context, marshaler runtime.Mars
func request_Mgt_OrderModify_0(ctx context.Context, marshaler runtime.Marshaler, client MgtClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderSummaryItem
protoReq OrderSummaryItem
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -80,7 +79,7 @@ func request_Mgt_OrderModify_0(ctx context.Context, marshaler runtime.Marshaler,
func local_request_Mgt_OrderModify_0(ctx context.Context, marshaler runtime.Marshaler, server MgtServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderSummaryItem
protoReq OrderSummaryItem
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -92,7 +91,7 @@ func local_request_Mgt_OrderModify_0(ctx context.Context, marshaler runtime.Mars
func request_Mgt_OrderGet_0(ctx context.Context, marshaler runtime.Marshaler, client MgtClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -107,7 +106,7 @@ func request_Mgt_OrderGet_0(ctx context.Context, marshaler runtime.Marshaler, cl
func local_request_Mgt_OrderGet_0(ctx context.Context, marshaler runtime.Marshaler, server MgtServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -146,7 +145,7 @@ func local_request_Mgt_OrderListByStore_0(ctx context.Context, marshaler runtime
func request_Mgt_OrderCancel_0(ctx context.Context, marshaler runtime.Marshaler, client MgtClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -161,7 +160,7 @@ func request_Mgt_OrderCancel_0(ctx context.Context, marshaler runtime.Marshaler,
func local_request_Mgt_OrderCancel_0(ctx context.Context, marshaler runtime.Marshaler, server MgtServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -173,7 +172,7 @@ func local_request_Mgt_OrderCancel_0(ctx context.Context, marshaler runtime.Mars
func request_Mgt_OrderReturnable_0(ctx context.Context, marshaler runtime.Marshaler, client MgtClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -188,7 +187,7 @@ func request_Mgt_OrderReturnable_0(ctx context.Context, marshaler runtime.Marsha
func local_request_Mgt_OrderReturnable_0(ctx context.Context, marshaler runtime.Marshaler, server MgtServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -200,7 +199,7 @@ func local_request_Mgt_OrderReturnable_0(ctx context.Context, marshaler runtime.
func request_Mgt_OrderApprove_0(ctx context.Context, marshaler runtime.Marshaler, client MgtClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {
@@ -215,7 +214,7 @@ func request_Mgt_OrderApprove_0(ctx context.Context, marshaler runtime.Marshaler
func local_request_Mgt_OrderApprove_0(ctx context.Context, marshaler runtime.Marshaler, server MgtServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) {
var (
protoReq blocks.OrderIdentRequest
protoReq OrderIdentRequest
metadata runtime.ServerMetadata
)
if err := marshaler.NewDecoder(req.Body).Decode(&protoReq); err != nil && !errors.Is(err, io.EOF) {