refactor: add unified all service gateway
This commit is contained in:
@@ -194,12 +194,12 @@ const file_module_ec_mall_proto_notice_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"created_at\x18\a \x01(\tR\n" +
|
||||
"created_at\x12\x16\n" +
|
||||
"\x06status\x18\b \x01(\x03R\x06status2\xf9\x01\n" +
|
||||
"\x06Notice\x12:\n" +
|
||||
"\x05Fetch\x12\x18.blocks.MallFetchRequest\x1a\x15.mall.NoticeListReply\"\x00\x129\n" +
|
||||
"\x06Create\x12\x10.mall.NoticeItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x129\n" +
|
||||
"\x06Modify\x12\x10.mall.NoticeItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12=\n" +
|
||||
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
"\x06status\x18\b \x01(\x03R\x06status2\xa1\x02\n" +
|
||||
"\x06Notice\x12B\n" +
|
||||
"\x05Fetch\x12 .ec_mall_blocks.MallFetchRequest\x1a\x15.mall.NoticeListReply\"\x00\x12A\n" +
|
||||
"\x06Create\x12\x10.mall.NoticeItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12A\n" +
|
||||
"\x06Modify\x12\x10.mall.NoticeItem\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00\x12M\n" +
|
||||
"\x06Delete\x12\x1c.ec_mall_blocks.IdentRequest\x1a#.ec_mall_blocks.IdentityStatusReply\"\x00B!Z\x1fbsm/full/module/ec/mall/pb;mallb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_ec_mall_proto_notice_proto_rawDescOnce sync.Once
|
||||
@@ -217,20 +217,20 @@ var file_module_ec_mall_proto_notice_proto_msgTypes = make([]protoimpl.MessageIn
|
||||
var file_module_ec_mall_proto_notice_proto_goTypes = []any{
|
||||
(*NoticeListReply)(nil), // 0: mall.NoticeListReply
|
||||
(*NoticeItem)(nil), // 1: mall.NoticeItem
|
||||
(*MallFetchRequest)(nil), // 2: blocks.MallFetchRequest
|
||||
(*IdentRequest)(nil), // 3: blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 4: blocks.IdentityStatusReply
|
||||
(*MallFetchRequest)(nil), // 2: ec_mall_blocks.MallFetchRequest
|
||||
(*IdentRequest)(nil), // 3: ec_mall_blocks.IdentRequest
|
||||
(*IdentityStatusReply)(nil), // 4: ec_mall_blocks.IdentityStatusReply
|
||||
}
|
||||
var file_module_ec_mall_proto_notice_proto_depIdxs = []int32{
|
||||
1, // 0: mall.NoticeListReply.data:type_name -> mall.NoticeItem
|
||||
2, // 1: mall.Notice.Fetch:input_type -> blocks.MallFetchRequest
|
||||
2, // 1: mall.Notice.Fetch:input_type -> ec_mall_blocks.MallFetchRequest
|
||||
1, // 2: mall.Notice.Create:input_type -> mall.NoticeItem
|
||||
1, // 3: mall.Notice.Modify:input_type -> mall.NoticeItem
|
||||
3, // 4: mall.Notice.Delete:input_type -> blocks.IdentRequest
|
||||
3, // 4: mall.Notice.Delete:input_type -> ec_mall_blocks.IdentRequest
|
||||
0, // 5: mall.Notice.Fetch:output_type -> mall.NoticeListReply
|
||||
4, // 6: mall.Notice.Create:output_type -> blocks.IdentityStatusReply
|
||||
4, // 7: mall.Notice.Modify:output_type -> blocks.IdentityStatusReply
|
||||
4, // 8: mall.Notice.Delete:output_type -> blocks.IdentityStatusReply
|
||||
4, // 6: mall.Notice.Create:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
4, // 7: mall.Notice.Modify:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
4, // 8: mall.Notice.Delete:output_type -> ec_mall_blocks.IdentityStatusReply
|
||||
5, // [5:9] is the sub-list for method output_type
|
||||
1, // [1:5] is the sub-list for method input_type
|
||||
1, // [1:1] is the sub-list for extension type_name
|
||||
|
||||
Reference in New Issue
Block a user