refactor: add unified all service gateway
This commit is contained in:
@@ -212,13 +212,13 @@ const file_module_base_cms_proto_site_proto_rawDesc = "" +
|
||||
"\x03seo\x18\b \x01(\tR\x03seo\x12\x14\n" +
|
||||
"\x05theme\x18\t \x01(\tR\x05theme\x12\x18\n" +
|
||||
"\aconfigs\x18\n" +
|
||||
" \x01(\tR\aconfigs2\xf9\x01\n" +
|
||||
"\x04Site\x12,\n" +
|
||||
"\x05Fetch\x12\r.blocks.Empty\x1a\x12.cms.SiteListReply\"\x00\x12,\n" +
|
||||
"\x03Get\x12\x14.blocks.IdentRequest\x1a\r.cms.SiteItem\"\x00\x12.\n" +
|
||||
"\x06Create\x12\r.cms.SiteItem\x1a\x13.blocks.StatusReply\"\x00\x12.\n" +
|
||||
"\x06Modify\x12\r.cms.SiteItem\x1a\x13.blocks.StatusReply\"\x00\x125\n" +
|
||||
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x13.blocks.StatusReply\"\x00B!Z\x1fbsm/full/module/base/cms/pb;cmsb\x06proto3"
|
||||
" \x01(\tR\aconfigs2\xaf\x02\n" +
|
||||
"\x04Site\x125\n" +
|
||||
"\x05Fetch\x12\x16.base_cms_blocks.Empty\x1a\x12.cms.SiteListReply\"\x00\x125\n" +
|
||||
"\x03Get\x12\x1d.base_cms_blocks.IdentRequest\x1a\r.cms.SiteItem\"\x00\x127\n" +
|
||||
"\x06Create\x12\r.cms.SiteItem\x1a\x1c.base_cms_blocks.StatusReply\"\x00\x127\n" +
|
||||
"\x06Modify\x12\r.cms.SiteItem\x1a\x1c.base_cms_blocks.StatusReply\"\x00\x12G\n" +
|
||||
"\x06Delete\x12\x1d.base_cms_blocks.IdentRequest\x1a\x1c.base_cms_blocks.StatusReply\"\x00B!Z\x1fbsm/full/module/base/cms/pb;cmsb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_base_cms_proto_site_proto_rawDescOnce sync.Once
|
||||
@@ -236,22 +236,22 @@ var file_module_base_cms_proto_site_proto_msgTypes = make([]protoimpl.MessageInf
|
||||
var file_module_base_cms_proto_site_proto_goTypes = []any{
|
||||
(*SiteListReply)(nil), // 0: cms.SiteListReply
|
||||
(*SiteItem)(nil), // 1: cms.SiteItem
|
||||
(*Empty)(nil), // 2: blocks.Empty
|
||||
(*IdentRequest)(nil), // 3: blocks.IdentRequest
|
||||
(*StatusReply)(nil), // 4: blocks.StatusReply
|
||||
(*Empty)(nil), // 2: base_cms_blocks.Empty
|
||||
(*IdentRequest)(nil), // 3: base_cms_blocks.IdentRequest
|
||||
(*StatusReply)(nil), // 4: base_cms_blocks.StatusReply
|
||||
}
|
||||
var file_module_base_cms_proto_site_proto_depIdxs = []int32{
|
||||
1, // 0: cms.SiteListReply.data:type_name -> cms.SiteItem
|
||||
2, // 1: cms.Site.Fetch:input_type -> blocks.Empty
|
||||
3, // 2: cms.Site.Get:input_type -> blocks.IdentRequest
|
||||
2, // 1: cms.Site.Fetch:input_type -> base_cms_blocks.Empty
|
||||
3, // 2: cms.Site.Get:input_type -> base_cms_blocks.IdentRequest
|
||||
1, // 3: cms.Site.Create:input_type -> cms.SiteItem
|
||||
1, // 4: cms.Site.Modify:input_type -> cms.SiteItem
|
||||
3, // 5: cms.Site.Delete:input_type -> blocks.IdentRequest
|
||||
3, // 5: cms.Site.Delete:input_type -> base_cms_blocks.IdentRequest
|
||||
0, // 6: cms.Site.Fetch:output_type -> cms.SiteListReply
|
||||
1, // 7: cms.Site.Get:output_type -> cms.SiteItem
|
||||
4, // 8: cms.Site.Create:output_type -> blocks.StatusReply
|
||||
4, // 9: cms.Site.Modify:output_type -> blocks.StatusReply
|
||||
4, // 10: cms.Site.Delete:output_type -> blocks.StatusReply
|
||||
4, // 8: cms.Site.Create:output_type -> base_cms_blocks.StatusReply
|
||||
4, // 9: cms.Site.Modify:output_type -> base_cms_blocks.StatusReply
|
||||
4, // 10: cms.Site.Delete:output_type -> base_cms_blocks.StatusReply
|
||||
6, // [6:11] is the sub-list for method output_type
|
||||
1, // [1:6] 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