refactor: add unified all service gateway
This commit is contained in:
@@ -312,12 +312,12 @@ const file_module_ec_mall_proto_category_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"categories\x18\f \x03(\v2\x12.mall.CategoryItemR\n" +
|
||||
"categories\x12\x12\n" +
|
||||
"\x04keys\x18\r \x01(\tR\x04keys2\xff\x01\n" +
|
||||
"\x04keys\x18\r \x01(\tR\x04keys2\x9f\x02\n" +
|
||||
"\bCategory\x12:\n" +
|
||||
"\x05Fetch\x12\x1a.mall.CategoryFetchRequest\x1a\x13.mall.CategoryReply\"\x00\x12;\n" +
|
||||
"\x06Create\x12\x12.mall.CategoryItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12=\n" +
|
||||
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12;\n" +
|
||||
"\x06Modify\x12\x12.mall.CategoryItem\x1a\x1b.blocks.IdentityStatusReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
"\x05Fetch\x12\x1a.mall.CategoryFetchRequest\x1a\x13.mall.CategoryReply\"\x00\x12C\n" +
|
||||
"\x06Create\x12\x12.mall.CategoryItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12M\n" +
|
||||
"\x06Delete\x12\x1c.ec_mall_blocks.IdentRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12C\n" +
|
||||
"\x06Modify\x12\x12.mall.CategoryItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_ec_mall_proto_category_proto_rawDescOnce sync.Once
|
||||
@@ -336,20 +336,20 @@ var file_module_ec_mall_proto_category_proto_goTypes = []any{
|
||||
(*CategoryFetchRequest)(nil), // 0: mall.CategoryFetchRequest
|
||||
(*CategoryReply)(nil), // 1: mall.CategoryReply
|
||||
(*CategoryItem)(nil), // 2: mall.CategoryItem
|
||||
(*IdentRequest)(nil), // 3: blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 4: blocks.IdentityStatusReply
|
||||
(*IdentRequest)(nil), // 3: ec_mall_blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 4: ec_mall_blocks.IdentityStatusReply
|
||||
}
|
||||
var file_module_ec_mall_proto_category_proto_depIdxs = []int32{
|
||||
2, // 0: mall.CategoryReply.data:type_name -> mall.CategoryItem
|
||||
2, // 1: mall.CategoryItem.categories:type_name -> mall.CategoryItem
|
||||
0, // 2: mall.Category.Fetch:input_type -> mall.CategoryFetchRequest
|
||||
2, // 3: mall.Category.Create:input_type -> mall.CategoryItem
|
||||
3, // 4: mall.Category.Delete:input_type -> blocks.IdentRequest
|
||||
3, // 4: mall.Category.Delete:input_type -> ec_mall_blocks.IdentRequest
|
||||
2, // 5: mall.Category.Modify:input_type -> mall.CategoryItem
|
||||
1, // 6: mall.Category.Fetch:output_type -> mall.CategoryReply
|
||||
4, // 7: mall.Category.Create:output_type -> blocks.IdentityStatusReply
|
||||
4, // 8: mall.Category.Delete:output_type -> blocks.IdentityStatusReply
|
||||
4, // 9: mall.Category.Modify:output_type -> blocks.IdentityStatusReply
|
||||
4, // 7: mall.Category.Create:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
4, // 8: mall.Category.Delete:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
4, // 9: mall.Category.Modify:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
6, // [6:10] is the sub-list for method output_type
|
||||
2, // [2:6] is the sub-list for method input_type
|
||||
2, // [2:2] is the sub-list for extension type_name
|
||||
|
||||
Reference in New Issue
Block a user