refactor: add unified all service gateway
This commit is contained in:
@@ -403,14 +403,14 @@ const file_module_base_cloud_proto_share_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"created_at\x18\v \x01(\tR\tcreatedAt\x12\x1d\n" +
|
||||
"\n" +
|
||||
"updated_at\x18\f \x01(\tR\tupdatedAt2\xcb\x02\n" +
|
||||
"\x05Share\x12=\n" +
|
||||
"\vCreateShare\x12\x19.cloud.CreateShareRequest\x1a\x13.blocks.StatusReply\x127\n" +
|
||||
"\bGetShare\x12\x14.blocks.IdentRequest\x1a\x15.cloud.CloudShareItem\x128\n" +
|
||||
"\vDeleteShare\x12\x14.blocks.IdentRequest\x1a\x13.blocks.StatusReply\x12=\n" +
|
||||
"updated_at\x18\f \x01(\tR\tupdatedAt2\x8d\x03\n" +
|
||||
"\x05Share\x12H\n" +
|
||||
"\vCreateShare\x12\x19.cloud.CreateShareRequest\x1a\x1e.base_cloud_blocks.StatusReply\x12B\n" +
|
||||
"\bGetShare\x12\x1f.base_cloud_blocks.IdentRequest\x1a\x15.cloud.CloudShareItem\x12N\n" +
|
||||
"\vDeleteShare\x12\x1f.base_cloud_blocks.IdentRequest\x1a\x1e.base_cloud_blocks.StatusReply\x12H\n" +
|
||||
"\n" +
|
||||
"ListShares\x12\x14.blocks.FetchRequest\x1a\x19.cloud.ListSharesResponse\x12Q\n" +
|
||||
"\x15ValidateSharePassword\x12#.cloud.ValidateSharePasswordRequest\x1a\x13.blocks.StatusReplyB%Z#bsm/full/module/base/cloud/pb;cloudb\x06proto3"
|
||||
"ListShares\x12\x1f.base_cloud_blocks.FetchRequest\x1a\x19.cloud.ListSharesResponse\x12\\\n" +
|
||||
"\x15ValidateSharePassword\x12#.cloud.ValidateSharePasswordRequest\x1a\x1e.base_cloud_blocks.StatusReplyB%Z#bsm/full/module/base/cloud/pb;cloudb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_base_cloud_proto_share_proto_rawDescOnce sync.Once
|
||||
@@ -430,22 +430,22 @@ var file_module_base_cloud_proto_share_proto_goTypes = []any{
|
||||
(*ListSharesResponse)(nil), // 1: cloud.ListSharesResponse
|
||||
(*ValidateSharePasswordRequest)(nil), // 2: cloud.ValidateSharePasswordRequest
|
||||
(*CloudShareItem)(nil), // 3: cloud.CloudShareItem
|
||||
(*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_share_proto_depIdxs = []int32{
|
||||
3, // 0: cloud.ListSharesResponse.shares:type_name -> cloud.CloudShareItem
|
||||
0, // 1: cloud.Share.CreateShare:input_type -> cloud.CreateShareRequest
|
||||
4, // 2: cloud.Share.GetShare:input_type -> blocks.IdentRequest
|
||||
4, // 3: cloud.Share.DeleteShare:input_type -> blocks.IdentRequest
|
||||
5, // 4: cloud.Share.ListShares:input_type -> blocks.FetchRequest
|
||||
4, // 2: cloud.Share.GetShare:input_type -> base_cloud_blocks.IdentRequest
|
||||
4, // 3: cloud.Share.DeleteShare:input_type -> base_cloud_blocks.IdentRequest
|
||||
5, // 4: cloud.Share.ListShares:input_type -> base_cloud_blocks.FetchRequest
|
||||
2, // 5: cloud.Share.ValidateSharePassword:input_type -> cloud.ValidateSharePasswordRequest
|
||||
6, // 6: cloud.Share.CreateShare:output_type -> blocks.StatusReply
|
||||
6, // 6: cloud.Share.CreateShare:output_type -> base_cloud_blocks.StatusReply
|
||||
3, // 7: cloud.Share.GetShare:output_type -> cloud.CloudShareItem
|
||||
6, // 8: cloud.Share.DeleteShare:output_type -> blocks.StatusReply
|
||||
6, // 8: cloud.Share.DeleteShare:output_type -> base_cloud_blocks.StatusReply
|
||||
1, // 9: cloud.Share.ListShares:output_type -> cloud.ListSharesResponse
|
||||
6, // 10: cloud.Share.ValidateSharePassword:output_type -> blocks.StatusReply
|
||||
6, // 10: cloud.Share.ValidateSharePassword:output_type -> base_cloud_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