-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeveloper.service.pb.go
More file actions
83 lines (76 loc) · 3.75 KB
/
Copy pathdeveloper.service.pb.go
File metadata and controls
83 lines (76 loc) · 3.75 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
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc (unknown)
// source: developer.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_developer_service_proto protoreflect.FileDescriptor
const file_developer_service_proto_rawDesc = "" +
"\n" +
"\x17developer.service.proto\x12\bplatform\x1a\x18developer.messages.proto\x1a\tnil.proto2\xbc\x02\n" +
"\x10DeveloperService\x12?\n" +
"\tRevokeKey\x12#.platform.RevokeDeveloperKeyRequest\x1a\r.platform.Nil\x12S\n" +
"\bListKeys\x12\".platform.ListDeveloperKeysRequest\x1a#.platform.ListDeveloperKeysResponse\x12V\n" +
"\tCreateKey\x12#.platform.CreateDeveloperKeyRequest\x1a$.platform.CreateDeveloperKeyResponse\x12:\n" +
"\fGetBuildInfo\x12\r.platform.Nil\x1a\x1b.platform.BuildInfoResponseB\x8a\x01\n" +
"\fcom.platformB\x15DeveloperServiceProtoP\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_developer_service_proto_goTypes = []any{
(*RevokeDeveloperKeyRequest)(nil), // 0: platform.RevokeDeveloperKeyRequest
(*ListDeveloperKeysRequest)(nil), // 1: platform.ListDeveloperKeysRequest
(*CreateDeveloperKeyRequest)(nil), // 2: platform.CreateDeveloperKeyRequest
(*Nil)(nil), // 3: platform.Nil
(*ListDeveloperKeysResponse)(nil), // 4: platform.ListDeveloperKeysResponse
(*CreateDeveloperKeyResponse)(nil), // 5: platform.CreateDeveloperKeyResponse
(*BuildInfoResponse)(nil), // 6: platform.BuildInfoResponse
}
var file_developer_service_proto_depIdxs = []int32{
0, // 0: platform.DeveloperService.RevokeKey:input_type -> platform.RevokeDeveloperKeyRequest
1, // 1: platform.DeveloperService.ListKeys:input_type -> platform.ListDeveloperKeysRequest
2, // 2: platform.DeveloperService.CreateKey:input_type -> platform.CreateDeveloperKeyRequest
3, // 3: platform.DeveloperService.GetBuildInfo:input_type -> platform.Nil
3, // 4: platform.DeveloperService.RevokeKey:output_type -> platform.Nil
4, // 5: platform.DeveloperService.ListKeys:output_type -> platform.ListDeveloperKeysResponse
5, // 6: platform.DeveloperService.CreateKey:output_type -> platform.CreateDeveloperKeyResponse
6, // 7: platform.DeveloperService.GetBuildInfo:output_type -> platform.BuildInfoResponse
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_developer_service_proto_init() }
func file_developer_service_proto_init() {
if File_developer_service_proto != nil {
return
}
file_developer_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_developer_service_proto_rawDesc), len(file_developer_service_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_developer_service_proto_goTypes,
DependencyIndexes: file_developer_service_proto_depIdxs,
}.Build()
File_developer_service_proto = out.File
file_developer_service_proto_goTypes = nil
file_developer_service_proto_depIdxs = nil
}