refactor: add unified all service gateway

This commit is contained in:
2026-08-10 10:03:46 +08:00
parent 5ea45a76fe
commit f994b2de9c
143 changed files with 2853 additions and 2129 deletions

View File

@@ -376,17 +376,17 @@ const file_module_base_cloud_proto_private_proto_rawDesc = "" +
"created_at\x18\t \x01(\tR\tcreatedAt\x12\x1d\n" +
"\n" +
"updated_at\x18\n" +
" \x01(\tR\tupdatedAt2\xea\x04\n" +
"\aPrivate\x12I\n" +
"\x11CreatePrivateData\x12\x1f.cloud.CreatePrivateDataRequest\x1a\x13.blocks.StatusReply\x12?\n" +
"\x0eGetPrivateData\x12\x14.blocks.IdentRequest\x1a\x17.cloud.CloudPrivateItem\x12A\n" +
"\x11UpdatePrivateData\x12\x17.cloud.CloudPrivateItem\x1a\x13.blocks.StatusReply\x12>\n" +
"\x11DeletePrivateData\x12\x14.blocks.IdentRequest\x1a\x13.blocks.StatusReply\x12G\n" +
"\x0fListPrivateData\x12\x14.blocks.FetchRequest\x1a\x1e.cloud.ListPrivateDataResponse\x12L\n" +
"\x14GetPrivateDataByType\x12\x14.blocks.FetchRequest\x1a\x1e.cloud.ListPrivateDataResponse\x12I\n" +
"\x11SearchPrivateData\x12\x14.blocks.FetchRequest\x1a\x1e.cloud.ListPrivateDataResponse\x126\n" +
"\vEncryptData\x12\x12.cloud.DataRequest\x1a\x13.blocks.StatusReply\x126\n" +
"\vDecryptData\x12\x12.cloud.DataRequest\x1a\x13.blocks.StatusReplyB%Z#bsm/full/module/base/cloud/pb;cloudb\x06proto3"
" \x01(\tR\tupdatedAt2\xd8\x05\n" +
"\aPrivate\x12T\n" +
"\x11CreatePrivateData\x12\x1f.cloud.CreatePrivateDataRequest\x1a\x1e.base_cloud_blocks.StatusReply\x12J\n" +
"\x0eGetPrivateData\x12\x1f.base_cloud_blocks.IdentRequest\x1a\x17.cloud.CloudPrivateItem\x12L\n" +
"\x11UpdatePrivateData\x12\x17.cloud.CloudPrivateItem\x1a\x1e.base_cloud_blocks.StatusReply\x12T\n" +
"\x11DeletePrivateData\x12\x1f.base_cloud_blocks.IdentRequest\x1a\x1e.base_cloud_blocks.StatusReply\x12R\n" +
"\x0fListPrivateData\x12\x1f.base_cloud_blocks.FetchRequest\x1a\x1e.cloud.ListPrivateDataResponse\x12W\n" +
"\x14GetPrivateDataByType\x12\x1f.base_cloud_blocks.FetchRequest\x1a\x1e.cloud.ListPrivateDataResponse\x12T\n" +
"\x11SearchPrivateData\x12\x1f.base_cloud_blocks.FetchRequest\x1a\x1e.cloud.ListPrivateDataResponse\x12A\n" +
"\vEncryptData\x12\x12.cloud.DataRequest\x1a\x1e.base_cloud_blocks.StatusReply\x12A\n" +
"\vDecryptData\x12\x12.cloud.DataRequest\x1a\x1e.base_cloud_blocks.StatusReplyB%Z#bsm/full/module/base/cloud/pb;cloudb\x06proto3"
var (
file_module_base_cloud_proto_private_proto_rawDescOnce sync.Once
@@ -406,30 +406,30 @@ var file_module_base_cloud_proto_private_proto_goTypes = []any{
(*ListPrivateDataResponse)(nil), // 1: cloud.ListPrivateDataResponse
(*DataRequest)(nil), // 2: cloud.DataRequest
(*CloudPrivateItem)(nil), // 3: cloud.CloudPrivateItem
(*IdentRequest)(nil), // 4: blocks.IdentRequest
(*FetchRequest)(nil), // 5: blocks.FetchRequest
(*StatusReply)(nil), // 6: blocks.StatusReply
(*IdentRequest)(nil), // 4: base_cloud_blocks.IdentRequest
(*FetchRequest)(nil), // 5: base_cloud_blocks.FetchRequest
(*StatusReply)(nil), // 6: base_cloud_blocks.StatusReply
}
var file_module_base_cloud_proto_private_proto_depIdxs = []int32{
3, // 0: cloud.ListPrivateDataResponse.data:type_name -> cloud.CloudPrivateItem
0, // 1: cloud.Private.CreatePrivateData:input_type -> cloud.CreatePrivateDataRequest
4, // 2: cloud.Private.GetPrivateData:input_type -> blocks.IdentRequest
4, // 2: cloud.Private.GetPrivateData:input_type -> base_cloud_blocks.IdentRequest
3, // 3: cloud.Private.UpdatePrivateData:input_type -> cloud.CloudPrivateItem
4, // 4: cloud.Private.DeletePrivateData:input_type -> blocks.IdentRequest
5, // 5: cloud.Private.ListPrivateData:input_type -> blocks.FetchRequest
5, // 6: cloud.Private.GetPrivateDataByType:input_type -> blocks.FetchRequest
5, // 7: cloud.Private.SearchPrivateData:input_type -> blocks.FetchRequest
4, // 4: cloud.Private.DeletePrivateData:input_type -> base_cloud_blocks.IdentRequest
5, // 5: cloud.Private.ListPrivateData:input_type -> base_cloud_blocks.FetchRequest
5, // 6: cloud.Private.GetPrivateDataByType:input_type -> base_cloud_blocks.FetchRequest
5, // 7: cloud.Private.SearchPrivateData:input_type -> base_cloud_blocks.FetchRequest
2, // 8: cloud.Private.EncryptData:input_type -> cloud.DataRequest
2, // 9: cloud.Private.DecryptData:input_type -> cloud.DataRequest
6, // 10: cloud.Private.CreatePrivateData:output_type -> blocks.StatusReply
6, // 10: cloud.Private.CreatePrivateData:output_type -> base_cloud_blocks.StatusReply
3, // 11: cloud.Private.GetPrivateData:output_type -> cloud.CloudPrivateItem
6, // 12: cloud.Private.UpdatePrivateData:output_type -> blocks.StatusReply
6, // 13: cloud.Private.DeletePrivateData:output_type -> blocks.StatusReply
6, // 12: cloud.Private.UpdatePrivateData:output_type -> base_cloud_blocks.StatusReply
6, // 13: cloud.Private.DeletePrivateData:output_type -> base_cloud_blocks.StatusReply
1, // 14: cloud.Private.ListPrivateData:output_type -> cloud.ListPrivateDataResponse
1, // 15: cloud.Private.GetPrivateDataByType:output_type -> cloud.ListPrivateDataResponse
1, // 16: cloud.Private.SearchPrivateData:output_type -> cloud.ListPrivateDataResponse
6, // 17: cloud.Private.EncryptData:output_type -> blocks.StatusReply
6, // 18: cloud.Private.DecryptData:output_type -> blocks.StatusReply
6, // 17: cloud.Private.EncryptData:output_type -> base_cloud_blocks.StatusReply
6, // 18: cloud.Private.DecryptData:output_type -> base_cloud_blocks.StatusReply
10, // [10:19] is the sub-list for method output_type
1, // [1:10] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name