-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolution.service.pb.go
More file actions
127 lines (120 loc) · 7.51 KB
/
Copy pathsolution.service.pb.go
File metadata and controls
127 lines (120 loc) · 7.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc (unknown)
// source: solution.service.proto
package platform_go
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_solution_service_proto protoreflect.FileDescriptor
const file_solution_service_proto_rawDesc = "" +
"\n" +
"\x16solution.service.proto\x12\bplatform\x1a\x17solution.messages.proto\x1a\tnil.proto2\x99\b\n" +
"\x0fSolutionService\x12K\n" +
"\x06Create\x12\x1f.platform.CreateSolutionRequest\x1a .platform.CreateSolutionResponse\x12G\n" +
"\x04List\x12\x1e.platform.ListSolutionsRequest\x1a\x1f.platform.ListSolutionsResponse\x12B\n" +
"\x03Get\x12\x1c.platform.GetSolutionRequest\x1a\x1d.platform.GetSolutionResponse\x12M\n" +
"\x13UpdateShareSettings\x12'.platform.UpdateSolutionSettingsRequest\x1a\r.platform.Nil\x12L\n" +
"\x12UpdateDescriptions\x12'.platform.UpdateSolutionSettingsRequest\x1a\r.platform.Nil\x12P\n" +
"\aInstall\x12 .platform.InstallSolutionRequest\x1a!.platform.InstallSolutionResponse0\x01\x12D\n" +
"\fCheckInstall\x12%.platform.CheckSolutionInstallRequest\x1a\r.platform.Nil\x12W\n" +
"\n" +
"ExportJSON\x12#.platform.ExportSolutionJSONRequest\x1a$.platform.ExportSolutionJSONResponse\x12W\n" +
"\n" +
"ImportJSON\x12#.platform.ImportSolutionJSONRequest\x1a$.platform.ImportSolutionJSONResponse\x128\n" +
"\x06Delete\x12\x1f.platform.DeleteSolutionRequest\x1a\r.platform.Nil\x12Z\n" +
"\vUploadImage\x12$.platform.UploadSolutionImageRequest\x1a%.platform.UploadSolutionImageResponse\x12Q\n" +
"\bGetImage\x12!.platform.GetSolutionImageRequest\x1a\".platform.GetSolutionImageResponse\x12\\\n" +
"\x11CreateExportToken\x12\".platform.CreateExportTokenRequest\x1a#.platform.CreateExportTokenResponseB\x89\x01\n" +
"\fcom.platformB\x14SolutionServiceProtoP\x01Z#github.com/tiny-systems/platform-go\xa2\x02\x03PXX\xaa\x02\bPlatform\xca\x02\bPlatform\xe2\x02\x14Platform\\GPBMetadata\xea\x02\bPlatformb\x06proto3"
var file_solution_service_proto_goTypes = []any{
(*CreateSolutionRequest)(nil), // 0: platform.CreateSolutionRequest
(*ListSolutionsRequest)(nil), // 1: platform.ListSolutionsRequest
(*GetSolutionRequest)(nil), // 2: platform.GetSolutionRequest
(*UpdateSolutionSettingsRequest)(nil), // 3: platform.UpdateSolutionSettingsRequest
(*InstallSolutionRequest)(nil), // 4: platform.InstallSolutionRequest
(*CheckSolutionInstallRequest)(nil), // 5: platform.CheckSolutionInstallRequest
(*ExportSolutionJSONRequest)(nil), // 6: platform.ExportSolutionJSONRequest
(*ImportSolutionJSONRequest)(nil), // 7: platform.ImportSolutionJSONRequest
(*DeleteSolutionRequest)(nil), // 8: platform.DeleteSolutionRequest
(*UploadSolutionImageRequest)(nil), // 9: platform.UploadSolutionImageRequest
(*GetSolutionImageRequest)(nil), // 10: platform.GetSolutionImageRequest
(*CreateExportTokenRequest)(nil), // 11: platform.CreateExportTokenRequest
(*CreateSolutionResponse)(nil), // 12: platform.CreateSolutionResponse
(*ListSolutionsResponse)(nil), // 13: platform.ListSolutionsResponse
(*GetSolutionResponse)(nil), // 14: platform.GetSolutionResponse
(*Nil)(nil), // 15: platform.Nil
(*InstallSolutionResponse)(nil), // 16: platform.InstallSolutionResponse
(*ExportSolutionJSONResponse)(nil), // 17: platform.ExportSolutionJSONResponse
(*ImportSolutionJSONResponse)(nil), // 18: platform.ImportSolutionJSONResponse
(*UploadSolutionImageResponse)(nil), // 19: platform.UploadSolutionImageResponse
(*GetSolutionImageResponse)(nil), // 20: platform.GetSolutionImageResponse
(*CreateExportTokenResponse)(nil), // 21: platform.CreateExportTokenResponse
}
var file_solution_service_proto_depIdxs = []int32{
0, // 0: platform.SolutionService.Create:input_type -> platform.CreateSolutionRequest
1, // 1: platform.SolutionService.List:input_type -> platform.ListSolutionsRequest
2, // 2: platform.SolutionService.Get:input_type -> platform.GetSolutionRequest
3, // 3: platform.SolutionService.UpdateShareSettings:input_type -> platform.UpdateSolutionSettingsRequest
3, // 4: platform.SolutionService.UpdateDescriptions:input_type -> platform.UpdateSolutionSettingsRequest
4, // 5: platform.SolutionService.Install:input_type -> platform.InstallSolutionRequest
5, // 6: platform.SolutionService.CheckInstall:input_type -> platform.CheckSolutionInstallRequest
6, // 7: platform.SolutionService.ExportJSON:input_type -> platform.ExportSolutionJSONRequest
7, // 8: platform.SolutionService.ImportJSON:input_type -> platform.ImportSolutionJSONRequest
8, // 9: platform.SolutionService.Delete:input_type -> platform.DeleteSolutionRequest
9, // 10: platform.SolutionService.UploadImage:input_type -> platform.UploadSolutionImageRequest
10, // 11: platform.SolutionService.GetImage:input_type -> platform.GetSolutionImageRequest
11, // 12: platform.SolutionService.CreateExportToken:input_type -> platform.CreateExportTokenRequest
12, // 13: platform.SolutionService.Create:output_type -> platform.CreateSolutionResponse
13, // 14: platform.SolutionService.List:output_type -> platform.ListSolutionsResponse
14, // 15: platform.SolutionService.Get:output_type -> platform.GetSolutionResponse
15, // 16: platform.SolutionService.UpdateShareSettings:output_type -> platform.Nil
15, // 17: platform.SolutionService.UpdateDescriptions:output_type -> platform.Nil
16, // 18: platform.SolutionService.Install:output_type -> platform.InstallSolutionResponse
15, // 19: platform.SolutionService.CheckInstall:output_type -> platform.Nil
17, // 20: platform.SolutionService.ExportJSON:output_type -> platform.ExportSolutionJSONResponse
18, // 21: platform.SolutionService.ImportJSON:output_type -> platform.ImportSolutionJSONResponse
15, // 22: platform.SolutionService.Delete:output_type -> platform.Nil
19, // 23: platform.SolutionService.UploadImage:output_type -> platform.UploadSolutionImageResponse
20, // 24: platform.SolutionService.GetImage:output_type -> platform.GetSolutionImageResponse
21, // 25: platform.SolutionService.CreateExportToken:output_type -> platform.CreateExportTokenResponse
13, // [13:26] is the sub-list for method output_type
0, // [0:13] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_solution_service_proto_init() }
func file_solution_service_proto_init() {
if File_solution_service_proto != nil {
return
}
file_solution_messages_proto_init()
file_nil_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_solution_service_proto_rawDesc), len(file_solution_service_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_solution_service_proto_goTypes,
DependencyIndexes: file_solution_service_proto_depIdxs,
}.Build()
File_solution_service_proto = out.File
file_solution_service_proto_goTypes = nil
file_solution_service_proto_depIdxs = nil
}