This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.pb.go
358 lines (346 loc) · 17.9 KB
/
options.pb.go
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0
// protoc v3.14.0
// source: options.proto
package rony
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
descriptorpb "google.golang.org/protobuf/types/descriptorpb"
reflect "reflect"
)
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_options_proto_extTypes = []protoimpl.ExtensionInfo{
{
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50001,
Name: "rony_cobra_cmd",
Tag: "varint,50001,opt,name=rony_cobra_cmd",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
ExtensionType: (*string)(nil),
Field: 50002,
Name: "rony_cobra_cmd_protocol",
Tag: "bytes,50002,opt,name=rony_cobra_cmd_protocol",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50003,
Name: "rony_no_client",
Tag: "varint,50003,opt,name=rony_no_client",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50001,
Name: "rony_inconsistent_read",
Tag: "varint,50001,opt,name=rony_inconsistent_read",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MethodOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50002,
Name: "rony_internal",
Tag: "varint,50002,opt,name=rony_internal",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50001,
Name: "rony_aggregate",
Tag: "varint,50001,opt,name=rony_aggregate",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50002,
Name: "rony_singleton",
Tag: "varint,50002,opt,name=rony_singleton",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*string)(nil),
Field: 50010,
Name: "rony_aggregate_type",
Tag: "bytes,50010,opt,name=rony_aggregate_type",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50011,
Name: "rony_aggregate_command",
Tag: "varint,50011,opt,name=rony_aggregate_command",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50012,
Name: "rony_aggregate_event",
Tag: "varint,50012,opt,name=rony_aggregate_event",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*string)(nil),
Field: 50013,
Name: "rony_aggregate_link",
Tag: "bytes,50013,opt,name=rony_aggregate_link",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*string)(nil),
Field: 50014,
Name: "rony_aggregate_table",
Tag: "bytes,50014,opt,name=rony_aggregate_table",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.MessageOptions)(nil),
ExtensionType: (*string)(nil),
Field: 50015,
Name: "rony_aggregate_view",
Tag: "bytes,50015,opt,name=rony_aggregate_view",
Filename: "options.proto",
},
{
ExtendedType: (*descriptorpb.FieldOptions)(nil),
ExtensionType: (*bool)(nil),
Field: 50001,
Name: "rony_index",
Tag: "varint,50001,opt,name=rony_index",
Filename: "options.proto",
},
}
// Extension fields to descriptorpb.ServiceOptions.
var (
// rony_cobra_cmd generates the boiler plate code for client stub of rpc methods, using cobra package.
//
// optional bool rony_cobra_cmd = 50001;
E_RonyCobraCmd = &file_options_proto_extTypes[0]
// rony_cobra_cmd_protocol defines what protocol should client use to communicate with server.
// POSSIBLE VALUES: "ws", "http"
//
// optional string rony_cobra_cmd_protocol = 50002;
E_RonyCobraCmdProtocol = &file_options_proto_extTypes[1]
// rony_no_client if is set then no client code will be generated. This flag is for internal usage.
// DO NOT USE IT.
//
// optional bool rony_no_client = 50003;
E_RonyNoClient = &file_options_proto_extTypes[2]
)
// Extension fields to descriptorpb.MethodOptions.
var (
// rony_inconsistent_read marks this method that it could be called on nodes with FOLLOWER state. Otherwise methods could only
// be executed on LEADER nodes.
//
// optional bool rony_inconsistent_read = 50001;
E_RonyInconsistentRead = &file_options_proto_extTypes[3]
// rony_internal marks this method internal, hence only edges could execute this rpc through tunnel messages. In other words,
// this command is not exposed to external clients connected through th gateway.
//
// optional bool rony_internal = 50002;
E_RonyInternal = &file_options_proto_extTypes[4]
)
// Extension fields to descriptorpb.MessageOptions.
var (
// rony_aggregate marks this message as an aggregate, then 'rony_table' and 'rony_view' options become available for this
// message.
//
// optional bool rony_aggregate = 50001;
E_RonyAggregate = &file_options_proto_extTypes[5]
// rony_singleton marks this message as a singleton.
// NOTE: a message could either have 'rony_aggregate' ro 'rony_singleton' options at a same time. Setting both
// cause unpredictable results.
//
// optional bool rony_singleton = 50002;
E_RonySingleton = &file_options_proto_extTypes[6]
// rony_aggregate_type makes the code generator to generate appropriate functions based on the way you are going
// to handle actions on the aggregate.
// POSSIBLE_VALUES: "crud", "eventsource"
//
// optional string rony_aggregate_type = 50010;
E_RonyAggregateType = &file_options_proto_extTypes[7]
// rony_aggregate_command makes this message as a command which is ONLY used if rony_aggregate_type is set to 'eventsource'.
// If this option is set then you MUST also define rony_aggregate_link to identify which aggregate this command will work on.
//
// optional bool rony_aggregate_command = 50011;
E_RonyAggregateCommand = &file_options_proto_extTypes[8]
// rony_aggregate_event makes this message as an event which is ONLY used if rony_aggregate_type is set to 'eventsource'
// If this option is set then you MUST also define rony_aggregate_link to identify which aggregate this event will be read from.
//
// optional bool rony_aggregate_event = 50012;
E_RonyAggregateEvent = &file_options_proto_extTypes[9]
// rony_aggregate_link is the name of the aggregate message which we link this message to.
//
// optional string rony_aggregate_link = 50013;
E_RonyAggregateLink = &file_options_proto_extTypes[10]
// rony_aggregate_table creates a virtual table presentation to hold instances of this message, like rows in a table
// PRIMARY KEY FORMAT: ( (partitionKey1, partitionKey2, ...), clusteringKey1, clusteringKey2, ...)
// NOTE: If there is only one partition key then you could safely drop the parenthesis, i.e. (pk1, ck1, ck2)
//
// optional string rony_aggregate_table = 50014;
E_RonyAggregateTable = &file_options_proto_extTypes[11]
// rony_aggregate_view creates a materialized view of the aggregate based on the primary key.
// PRIMARY KEY FORMAT: ( (partitionKey1, partitionKey2, ...), clusteringKey1, clusteringKey2, ...)
// NOTE (1): If there is only one partition key then you could safely drop the parenthesis, i.e. (pk1, ck1, ck2)
// NOTE (2): The primary key of the model must contains all the primary key items of the table. They don't need to
// follow the same order as table. for example the following is correct:
// rony_aggregate_table = ((a, b), c)
// rony_aggregate_view = ((c, a), d, b)
//
// optional string rony_aggregate_view = 50015;
E_RonyAggregateView = &file_options_proto_extTypes[12]
)
// Extension fields to descriptorpb.FieldOptions.
var (
// optional bool rony_index = 50001;
E_RonyIndex = &file_options_proto_extTypes[13]
)
var File_options_proto protoreflect.FileDescriptor
var file_options_proto_rawDesc = []byte{
0x0a, 0x0d, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x3a, 0x47, 0x0a, 0x0e, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x63, 0x6f, 0x62, 0x72, 0x61, 0x5f,
0x63, 0x6d, 0x64, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74,
0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd1, 0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x72, 0x6f,
0x6e, 0x79, 0x43, 0x6f, 0x62, 0x72, 0x61, 0x43, 0x6d, 0x64, 0x3a, 0x58, 0x0a, 0x17, 0x72, 0x6f,
0x6e, 0x79, 0x5f, 0x63, 0x6f, 0x62, 0x72, 0x61, 0x5f, 0x63, 0x6d, 0x64, 0x5f, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4f,
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd2, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14,
0x72, 0x6f, 0x6e, 0x79, 0x43, 0x6f, 0x62, 0x72, 0x61, 0x43, 0x6d, 0x64, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x47, 0x0a, 0x0e, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x6e, 0x6f, 0x5f,
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd3, 0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52,
0x0c, 0x72, 0x6f, 0x6e, 0x79, 0x4e, 0x6f, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x3a, 0x56, 0x0a,
0x16, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x69, 0x6e, 0x63, 0x6f, 0x6e, 0x73, 0x69, 0x73, 0x74, 0x65,
0x6e, 0x74, 0x5f, 0x72, 0x65, 0x61, 0x64, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64,
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd1, 0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52,
0x14, 0x72, 0x6f, 0x6e, 0x79, 0x49, 0x6e, 0x63, 0x6f, 0x6e, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e,
0x74, 0x52, 0x65, 0x61, 0x64, 0x3a, 0x45, 0x0a, 0x0d, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x69, 0x6e,
0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f,
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd2, 0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c,
0x72, 0x6f, 0x6e, 0x79, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x3a, 0x48, 0x0a, 0x0e,
0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x12, 0x1f,
0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
0xd1, 0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x72, 0x6f, 0x6e, 0x79, 0x41, 0x67, 0x67,
0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x3a, 0x48, 0x0a, 0x0e, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x73,
0x69, 0x6e, 0x67, 0x6c, 0x65, 0x74, 0x6f, 0x6e, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd2, 0x86, 0x03, 0x20, 0x01, 0x28,
0x08, 0x52, 0x0d, 0x72, 0x6f, 0x6e, 0x79, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x74, 0x6f, 0x6e,
0x3a, 0x51, 0x0a, 0x13, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61,
0x74, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xda, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09,
0x52, 0x11, 0x72, 0x6f, 0x6e, 0x79, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x54,
0x79, 0x70, 0x65, 0x3a, 0x57, 0x0a, 0x16, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x61, 0x67, 0x67, 0x72,
0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x1f, 0x2e,
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xdb,
0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14, 0x72, 0x6f, 0x6e, 0x79, 0x41, 0x67, 0x67, 0x72,
0x65, 0x67, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x3a, 0x53, 0x0a, 0x14,
0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x65,
0x76, 0x65, 0x6e, 0x74, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70,
0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xdc, 0x86, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x72,
0x6f, 0x6e, 0x79, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e,
0x74, 0x3a, 0x51, 0x0a, 0x13, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67,
0x61, 0x74, 0x65, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xdd, 0x86, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x11, 0x72, 0x6f, 0x6e, 0x79, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65,
0x4c, 0x69, 0x6e, 0x6b, 0x3a, 0x53, 0x0a, 0x14, 0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x61, 0x67, 0x67,
0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x1f, 0x2e, 0x67,
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xde, 0x86,
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x72, 0x6f, 0x6e, 0x79, 0x41, 0x67, 0x67, 0x72, 0x65,
0x67, 0x61, 0x74, 0x65, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x3a, 0x51, 0x0a, 0x13, 0x72, 0x6f, 0x6e,
0x79, 0x5f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x5f, 0x76, 0x69, 0x65, 0x77,
0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
0x73, 0x18, 0xdf, 0x86, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x72, 0x6f, 0x6e, 0x79, 0x41,
0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x65, 0x56, 0x69, 0x65, 0x77, 0x3a, 0x3e, 0x0a, 0x0a,
0x72, 0x6f, 0x6e, 0x79, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f,
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65,
0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xd1, 0x86, 0x03, 0x20, 0x01, 0x28,
0x08, 0x52, 0x09, 0x72, 0x6f, 0x6e, 0x79, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x42, 0x1b, 0x5a, 0x19,
0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x72, 0x6f, 0x6e, 0x61, 0x6b,
0x73, 0x6f, 0x66, 0x74, 0x2f, 0x72, 0x6f, 0x6e, 0x79,
}
var file_options_proto_goTypes = []interface{}{
(*descriptorpb.ServiceOptions)(nil), // 0: google.protobuf.ServiceOptions
(*descriptorpb.MethodOptions)(nil), // 1: google.protobuf.MethodOptions
(*descriptorpb.MessageOptions)(nil), // 2: google.protobuf.MessageOptions
(*descriptorpb.FieldOptions)(nil), // 3: google.protobuf.FieldOptions
}
var file_options_proto_depIdxs = []int32{
0, // 0: rony_cobra_cmd:extendee -> google.protobuf.ServiceOptions
0, // 1: rony_cobra_cmd_protocol:extendee -> google.protobuf.ServiceOptions
0, // 2: rony_no_client:extendee -> google.protobuf.ServiceOptions
1, // 3: rony_inconsistent_read:extendee -> google.protobuf.MethodOptions
1, // 4: rony_internal:extendee -> google.protobuf.MethodOptions
2, // 5: rony_aggregate:extendee -> google.protobuf.MessageOptions
2, // 6: rony_singleton:extendee -> google.protobuf.MessageOptions
2, // 7: rony_aggregate_type:extendee -> google.protobuf.MessageOptions
2, // 8: rony_aggregate_command:extendee -> google.protobuf.MessageOptions
2, // 9: rony_aggregate_event:extendee -> google.protobuf.MessageOptions
2, // 10: rony_aggregate_link:extendee -> google.protobuf.MessageOptions
2, // 11: rony_aggregate_table:extendee -> google.protobuf.MessageOptions
2, // 12: rony_aggregate_view:extendee -> google.protobuf.MessageOptions
3, // 13: rony_index:extendee -> google.protobuf.FieldOptions
14, // [14:14] is the sub-list for method output_type
14, // [14:14] is the sub-list for method input_type
14, // [14:14] is the sub-list for extension type_name
0, // [0:14] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_options_proto_init() }
func file_options_proto_init() {
if File_options_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_options_proto_rawDesc,
NumEnums: 0,
NumMessages: 0,
NumExtensions: 14,
NumServices: 0,
},
GoTypes: file_options_proto_goTypes,
DependencyIndexes: file_options_proto_depIdxs,
ExtensionInfos: file_options_proto_extTypes,
}.Build()
File_options_proto = out.File
file_options_proto_rawDesc = nil
file_options_proto_goTypes = nil
file_options_proto_depIdxs = nil
}