-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.service.pb.go
More file actions
82 lines (75 loc) · 3.58 KB
/
Copy pathmodule.service.pb.go
File metadata and controls
82 lines (75 loc) · 3.58 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
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc (unknown)
// source: module.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_module_service_proto protoreflect.FileDescriptor
const file_module_service_proto_rawDesc = "" +
"\n" +
"\x14module.service.proto\x12\bplatform\x1a\x15module.messages.proto\x1a\tnil.proto2\xaf\x02\n" +
"\rModuleService\x12A\n" +
"\x04List\x12\x1b.platform.ModuleListRequest\x1a\x1c.platform.ModuleListResponse\x12>\n" +
"\x03Get\x12\x1a.platform.GetModuleRequest\x1a\x1b.platform.GetModuleResponse\x12N\n" +
"\x16UpdateResourceSettings\x12%.platform.UpdateModuleSettingsRequest\x1a\r.platform.Nil\x12K\n" +
"\x13UpdateShareSettings\x12%.platform.UpdateModuleSettingsRequest\x1a\r.platform.NilB\x87\x01\n" +
"\fcom.platformB\x12ModuleServiceProtoP\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_module_service_proto_goTypes = []any{
(*ModuleListRequest)(nil), // 0: platform.ModuleListRequest
(*GetModuleRequest)(nil), // 1: platform.GetModuleRequest
(*UpdateModuleSettingsRequest)(nil), // 2: platform.UpdateModuleSettingsRequest
(*ModuleListResponse)(nil), // 3: platform.ModuleListResponse
(*GetModuleResponse)(nil), // 4: platform.GetModuleResponse
(*Nil)(nil), // 5: platform.Nil
}
var file_module_service_proto_depIdxs = []int32{
0, // 0: platform.ModuleService.List:input_type -> platform.ModuleListRequest
1, // 1: platform.ModuleService.Get:input_type -> platform.GetModuleRequest
2, // 2: platform.ModuleService.UpdateResourceSettings:input_type -> platform.UpdateModuleSettingsRequest
2, // 3: platform.ModuleService.UpdateShareSettings:input_type -> platform.UpdateModuleSettingsRequest
3, // 4: platform.ModuleService.List:output_type -> platform.ModuleListResponse
4, // 5: platform.ModuleService.Get:output_type -> platform.GetModuleResponse
5, // 6: platform.ModuleService.UpdateResourceSettings:output_type -> platform.Nil
5, // 7: platform.ModuleService.UpdateShareSettings:output_type -> platform.Nil
4, // [4:8] is the sub-list for method output_type
0, // [0:4] 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_module_service_proto_init() }
func file_module_service_proto_init() {
if File_module_service_proto != nil {
return
}
file_module_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_module_service_proto_rawDesc), len(file_module_service_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_module_service_proto_goTypes,
DependencyIndexes: file_module_service_proto_depIdxs,
}.Build()
File_module_service_proto = out.File
file_module_service_proto_goTypes = nil
file_module_service_proto_depIdxs = nil
}