refactor: add unified all service gateway
This commit is contained in:
@@ -714,20 +714,20 @@ const file_module_ec_mall_proto_store_proto_rawDesc = "" +
|
||||
"\akeyword\x18\x03 \x01(\tR\akeyword\"M\n" +
|
||||
"\x0fMallSearchReply\x12$\n" +
|
||||
"\x04list\x18\x01 \x03(\v2\x10.mall.StoreBasicR\x04list\x12\x14\n" +
|
||||
"\x05count\x18\x02 \x01(\x03R\x05count2\xf2\x04\n" +
|
||||
"\x05Store\x12B\n" +
|
||||
"\tApplyJoin\x12\x16.mall.ApplyJoinRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12B\n" +
|
||||
"\tLicensing\x12\x16.mall.LicensingRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x126\n" +
|
||||
"\x05count\x18\x02 \x01(\x03R\x05count2\xb2\x05\n" +
|
||||
"\x05Store\x12J\n" +
|
||||
"\tApplyJoin\x12\x16.mall.ApplyJoinRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12J\n" +
|
||||
"\tLicensing\x12\x16.mall.LicensingRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12>\n" +
|
||||
"\n" +
|
||||
"GetSetting\x12\x14.blocks.IdentRequest\x1a\x10.mall.StoreBasic\"\x00\x12=\n" +
|
||||
"GetSetting\x12\x1c.ec_mall_blocks.IdentRequest\x1a\x10.mall.StoreBasic\"\x00\x12E\n" +
|
||||
"\n" +
|
||||
"SetSetting\x12\x10.mall.StoreBasic\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12A\n" +
|
||||
"SetSetting\x12\x10.mall.StoreBasic\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12I\n" +
|
||||
"\n" +
|
||||
"SetPayment\x12\x14.mall.SettingRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12?\n" +
|
||||
"\bSetEmail\x12\x14.mall.SettingRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x128\n" +
|
||||
"SetPayment\x12\x14.mall.SettingRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12G\n" +
|
||||
"\bSetEmail\x12\x14.mall.SettingRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12@\n" +
|
||||
"\n" +
|
||||
"GetPayment\x12\x14.blocks.IdentRequest\x1a\x12.mall.ConfigsReply\"\x00\x126\n" +
|
||||
"\bGetEmail\x12\x14.blocks.IdentRequest\x1a\x12.mall.ConfigsReply\"\x00\x128\n" +
|
||||
"GetPayment\x12\x1c.ec_mall_blocks.IdentRequest\x1a\x12.mall.ConfigsReply\"\x00\x12>\n" +
|
||||
"\bGetEmail\x12\x1c.ec_mall_blocks.IdentRequest\x1a\x12.mall.ConfigsReply\"\x00\x128\n" +
|
||||
"\bMiniCode\x12\x15.mall.MiniCodeRequest\x1a\x13.mall.MiniCodeReply\"\x00\x12:\n" +
|
||||
"\x06Search\x12\x17.mall.MallSearchRequest\x1a\x15.mall.MallSearchReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
|
||||
@@ -754,27 +754,27 @@ var file_module_ec_mall_proto_store_proto_goTypes = []any{
|
||||
(*MiniCodeReply)(nil), // 6: mall.MiniCodeReply
|
||||
(*MallSearchRequest)(nil), // 7: mall.MallSearchRequest
|
||||
(*MallSearchReply)(nil), // 8: mall.MallSearchReply
|
||||
(*IdentRequest)(nil), // 9: blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 10: blocks.IdentityStatusReply
|
||||
(*IdentRequest)(nil), // 9: ec_mall_blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 10: ec_mall_blocks.IdentityStatusReply
|
||||
}
|
||||
var file_module_ec_mall_proto_store_proto_depIdxs = []int32{
|
||||
4, // 0: mall.MallSearchReply.list:type_name -> mall.StoreBasic
|
||||
3, // 1: mall.Store.ApplyJoin:input_type -> mall.ApplyJoinRequest
|
||||
2, // 2: mall.Store.Licensing:input_type -> mall.LicensingRequest
|
||||
9, // 3: mall.Store.GetSetting:input_type -> blocks.IdentRequest
|
||||
9, // 3: mall.Store.GetSetting:input_type -> ec_mall_blocks.IdentRequest
|
||||
4, // 4: mall.Store.SetSetting:input_type -> mall.StoreBasic
|
||||
0, // 5: mall.Store.SetPayment:input_type -> mall.SettingRequest
|
||||
0, // 6: mall.Store.SetEmail:input_type -> mall.SettingRequest
|
||||
9, // 7: mall.Store.GetPayment:input_type -> blocks.IdentRequest
|
||||
9, // 8: mall.Store.GetEmail:input_type -> blocks.IdentRequest
|
||||
9, // 7: mall.Store.GetPayment:input_type -> ec_mall_blocks.IdentRequest
|
||||
9, // 8: mall.Store.GetEmail:input_type -> ec_mall_blocks.IdentRequest
|
||||
5, // 9: mall.Store.MiniCode:input_type -> mall.MiniCodeRequest
|
||||
7, // 10: mall.Store.Search:input_type -> mall.MallSearchRequest
|
||||
10, // 11: mall.Store.ApplyJoin:output_type -> blocks.IdentityStatusReply
|
||||
10, // 12: mall.Store.Licensing:output_type -> blocks.IdentityStatusReply
|
||||
10, // 11: mall.Store.ApplyJoin:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
10, // 12: mall.Store.Licensing:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
4, // 13: mall.Store.GetSetting:output_type -> mall.StoreBasic
|
||||
10, // 14: mall.Store.SetSetting:output_type -> blocks.IdentityStatusReply
|
||||
10, // 15: mall.Store.SetPayment:output_type -> blocks.IdentityStatusReply
|
||||
10, // 16: mall.Store.SetEmail:output_type -> blocks.IdentityStatusReply
|
||||
10, // 14: mall.Store.SetSetting:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
10, // 15: mall.Store.SetPayment:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
10, // 16: mall.Store.SetEmail:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
1, // 17: mall.Store.GetPayment:output_type -> mall.ConfigsReply
|
||||
1, // 18: mall.Store.GetEmail:output_type -> mall.ConfigsReply
|
||||
6, // 19: mall.Store.MiniCode:output_type -> mall.MiniCodeReply
|
||||
|
||||
Reference in New Issue
Block a user