refactor: add unified all service gateway
This commit is contained in:
@@ -541,17 +541,17 @@ const file_module_ec_mall_proto_freight_proto_rawDesc = "" +
|
||||
"\x04data\x18\x02 \x03(\v2\x11.mall.FreightItemR\x04data\"Q\n" +
|
||||
"\x0fDenyRegionReply\x12\x14\n" +
|
||||
"\x05count\x18\x01 \x01(\x03R\x05count\x12(\n" +
|
||||
"\x04data\x18\x02 \x03(\v2\x14.mall.DenyRegionItemR\x04data2\xcf\x04\n" +
|
||||
"\aFreight\x127\n" +
|
||||
"\x05Fetch\x12\x18.blocks.MallFetchRequest\x1a\x12.mall.FreightReply\"\x00\x12:\n" +
|
||||
"\x06Modify\x12\x11.mall.FreightItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12=\n" +
|
||||
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12:\n" +
|
||||
"\x06Create\x12\x11.mall.FreightItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x123\n" +
|
||||
"\x06Detail\x12\x14.blocks.IdentRequest\x1a\x11.mall.FreightItem\"\x00\x12D\n" +
|
||||
"\x0fDenyRegionFetch\x12\x18.blocks.MallFetchRequest\x1a\x15.mall.DenyRegionReply\"\x00\x12G\n" +
|
||||
"\x10DenyRegionCreate\x12\x14.mall.DenyRegionItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12G\n" +
|
||||
"\x10DenyRegionDelete\x12\x14.blocks.IdentRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12G\n" +
|
||||
"\x10DenyRegionModify\x12\x14.mall.DenyRegionItem\x1a\x1b.blocks.IdentityStatusReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
"\x04data\x18\x02 \x03(\v2\x14.mall.DenyRegionItemR\x04data2\xa7\x05\n" +
|
||||
"\aFreight\x12?\n" +
|
||||
"\x05Fetch\x12 .ec_mall_blocks.MallFetchRequest\x1a\x12.mall.FreightReply\"\x00\x12B\n" +
|
||||
"\x06Modify\x12\x11.mall.FreightItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12M\n" +
|
||||
"\x06Delete\x12\x1c.ec_mall_blocks.IdentRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12B\n" +
|
||||
"\x06Create\x12\x11.mall.FreightItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12;\n" +
|
||||
"\x06Detail\x12\x1c.ec_mall_blocks.IdentRequest\x1a\x11.mall.FreightItem\"\x00\x12L\n" +
|
||||
"\x0fDenyRegionFetch\x12 .ec_mall_blocks.MallFetchRequest\x1a\x15.mall.DenyRegionReply\"\x00\x12O\n" +
|
||||
"\x10DenyRegionCreate\x12\x14.mall.DenyRegionItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12W\n" +
|
||||
"\x10DenyRegionDelete\x12\x1c.ec_mall_blocks.IdentRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12O\n" +
|
||||
"\x10DenyRegionModify\x12\x14.mall.DenyRegionItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_ec_mall_proto_freight_proto_rawDescOnce sync.Once
|
||||
@@ -573,9 +573,9 @@ var file_module_ec_mall_proto_freight_proto_goTypes = []any{
|
||||
(*FreightAttrItem)(nil), // 3: mall.FreightAttrItem
|
||||
(*FreightReply)(nil), // 4: mall.FreightReply
|
||||
(*DenyRegionReply)(nil), // 5: mall.DenyRegionReply
|
||||
(*MallFetchRequest)(nil), // 6: blocks.MallFetchRequest
|
||||
(*IdentRequest)(nil), // 7: blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 8: blocks.IdentityStatusReply
|
||||
(*MallFetchRequest)(nil), // 6: ec_mall_blocks.MallFetchRequest
|
||||
(*IdentRequest)(nil), // 7: ec_mall_blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 8: ec_mall_blocks.IdentityStatusReply
|
||||
}
|
||||
var file_module_ec_mall_proto_freight_proto_depIdxs = []int32{
|
||||
2, // 0: mall.DenyRegionItem.region:type_name -> mall.RegionItem
|
||||
@@ -584,24 +584,24 @@ var file_module_ec_mall_proto_freight_proto_depIdxs = []int32{
|
||||
2, // 3: mall.FreightAttrItem.region:type_name -> mall.RegionItem
|
||||
1, // 4: mall.FreightReply.data:type_name -> mall.FreightItem
|
||||
0, // 5: mall.DenyRegionReply.data:type_name -> mall.DenyRegionItem
|
||||
6, // 6: mall.Freight.Fetch:input_type -> blocks.MallFetchRequest
|
||||
6, // 6: mall.Freight.Fetch:input_type -> ec_mall_blocks.MallFetchRequest
|
||||
1, // 7: mall.Freight.Modify:input_type -> mall.FreightItem
|
||||
7, // 8: mall.Freight.Delete:input_type -> blocks.IdentRequest
|
||||
7, // 8: mall.Freight.Delete:input_type -> ec_mall_blocks.IdentRequest
|
||||
1, // 9: mall.Freight.Create:input_type -> mall.FreightItem
|
||||
7, // 10: mall.Freight.Detail:input_type -> blocks.IdentRequest
|
||||
6, // 11: mall.Freight.DenyRegionFetch:input_type -> blocks.MallFetchRequest
|
||||
7, // 10: mall.Freight.Detail:input_type -> ec_mall_blocks.IdentRequest
|
||||
6, // 11: mall.Freight.DenyRegionFetch:input_type -> ec_mall_blocks.MallFetchRequest
|
||||
0, // 12: mall.Freight.DenyRegionCreate:input_type -> mall.DenyRegionItem
|
||||
7, // 13: mall.Freight.DenyRegionDelete:input_type -> blocks.IdentRequest
|
||||
7, // 13: mall.Freight.DenyRegionDelete:input_type -> ec_mall_blocks.IdentRequest
|
||||
0, // 14: mall.Freight.DenyRegionModify:input_type -> mall.DenyRegionItem
|
||||
4, // 15: mall.Freight.Fetch:output_type -> mall.FreightReply
|
||||
8, // 16: mall.Freight.Modify:output_type -> blocks.IdentityStatusReply
|
||||
8, // 17: mall.Freight.Delete:output_type -> blocks.IdentityStatusReply
|
||||
8, // 18: mall.Freight.Create:output_type -> blocks.IdentityStatusReply
|
||||
8, // 16: mall.Freight.Modify:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
8, // 17: mall.Freight.Delete:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
8, // 18: mall.Freight.Create:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
1, // 19: mall.Freight.Detail:output_type -> mall.FreightItem
|
||||
5, // 20: mall.Freight.DenyRegionFetch:output_type -> mall.DenyRegionReply
|
||||
8, // 21: mall.Freight.DenyRegionCreate:output_type -> blocks.IdentityStatusReply
|
||||
8, // 22: mall.Freight.DenyRegionDelete:output_type -> blocks.IdentityStatusReply
|
||||
8, // 23: mall.Freight.DenyRegionModify:output_type -> blocks.IdentityStatusReply
|
||||
8, // 21: mall.Freight.DenyRegionCreate:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
8, // 22: mall.Freight.DenyRegionDelete:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
8, // 23: mall.Freight.DenyRegionModify:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
15, // [15:24] is the sub-list for method output_type
|
||||
6, // [6:15] is the sub-list for method input_type
|
||||
6, // [6:6] is the sub-list for extension type_name
|
||||
|
||||
Reference in New Issue
Block a user