-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgorums.pb.go
More file actions
122 lines (113 loc) · 3.92 KB
/
gorums.pb.go
File metadata and controls
122 lines (113 loc) · 3.92 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
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v7.34.1
// source: gorums.proto
package gorums
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
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_gorums_proto_extTypes = []protoimpl.ExtensionInfo{
{
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50001,
Name: "gorums.rpc",
Tag: "varint,50001,opt,name=rpc",
Filename: "gorums.proto",
},
{
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50002,
Name: "gorums.unicast",
Tag: "varint,50002,opt,name=unicast",
Filename: "gorums.proto",
},
{
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50003,
Name: "gorums.multicast",
Tag: "varint,50003,opt,name=multicast",
Filename: "gorums.proto",
},
{
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50004,
Name: "gorums.quorumcall",
Tag: "varint,50004,opt,name=quorumcall",
Filename: "gorums.proto",
},
}
// Extension fields to descriptorpb.MethodOptions.
var (
// call types
//
// optional bool rpc = 50001;
E_Rpc = &file_gorums_proto_extTypes[0]
// optional bool unicast = 50002;
E_Unicast = &file_gorums_proto_extTypes[1]
// optional bool multicast = 50003;
E_Multicast = &file_gorums_proto_extTypes[2]
// optional bool quorumcall = 50004;
E_Quorumcall = &file_gorums_proto_extTypes[3]
)
var File_gorums_proto protoreflect.FileDescriptor
const file_gorums_proto_rawDesc = "" +
"\n" +
"\fgorums.proto\x12\x06gorums\x1a google/protobuf/descriptor.proto:2\n" +
"\x03rpc\x12\x1e.google.protobuf.MethodOptions\x18ц\x03 \x01(\bR\x03rpc::\n" +
"\aunicast\x12\x1e.google.protobuf.MethodOptions\x18҆\x03 \x01(\bR\aunicast:>\n" +
"\tmulticast\x12\x1e.google.protobuf.MethodOptions\x18ӆ\x03 \x01(\bR\tmulticast:@\n" +
"\n" +
"quorumcall\x12\x1e.google.protobuf.MethodOptions\x18Ԇ\x03 \x01(\bR\n" +
"quorumcallB\x1eZ\x17github.com/relab/gorums\x92\x03\x02\b\x02b\beditionsp\xe8\a"
var file_gorums_proto_goTypes = []any{
(*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
}
var file_gorums_proto_depIdxs = []int32{
0, // 0: gorums.rpc:extendee -> google.protobuf.MethodOptions
0, // 1: gorums.unicast:extendee -> google.protobuf.MethodOptions
0, // 2: gorums.multicast:extendee -> google.protobuf.MethodOptions
0, // 3: gorums.quorumcall:extendee -> google.protobuf.MethodOptions
4, // [4:4] is the sub-list for method output_type
4, // [4:4] is the sub-list for method input_type
4, // [4:4] is the sub-list for extension type_name
0, // [0:4] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_gorums_proto_init() }
func file_gorums_proto_init() {
if File_gorums_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_gorums_proto_rawDesc), len(file_gorums_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 4,
NumServices: 0,
},
GoTypes: file_gorums_proto_goTypes,
DependencyIndexes: file_gorums_proto_depIdxs,
ExtensionInfos: file_gorums_proto_extTypes,
}.Build()
File_gorums_proto = out.File
file_gorums_proto_goTypes = nil
file_gorums_proto_depIdxs = nil
}