@latticexyz/services 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,811 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.28.1
4
+ // protoc v3.21.3
5
+ // source: proto/ecs-snapshot.proto
6
+
7
+ package ecs_snapshot
8
+
9
+ import (
10
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
+ reflect "reflect"
13
+ sync "sync"
14
+ )
15
+
16
+ const (
17
+ // Verify that this generated code is sufficiently up-to-date.
18
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
19
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
20
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
21
+ )
22
+
23
+ type ECSState struct {
24
+ state protoimpl.MessageState
25
+ sizeCache protoimpl.SizeCache
26
+ unknownFields protoimpl.UnknownFields
27
+
28
+ ComponentIdIdx uint32 `protobuf:"varint,1,opt,name=component_id_idx,json=componentIdIdx,proto3" json:"component_id_idx,omitempty"`
29
+ EntityIdIdx uint32 `protobuf:"varint,2,opt,name=entity_id_idx,json=entityIdIdx,proto3" json:"entity_id_idx,omitempty"`
30
+ Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
31
+ }
32
+
33
+ func (x *ECSState) Reset() {
34
+ *x = ECSState{}
35
+ if protoimpl.UnsafeEnabled {
36
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[0]
37
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
38
+ ms.StoreMessageInfo(mi)
39
+ }
40
+ }
41
+
42
+ func (x *ECSState) String() string {
43
+ return protoimpl.X.MessageStringOf(x)
44
+ }
45
+
46
+ func (*ECSState) ProtoMessage() {}
47
+
48
+ func (x *ECSState) ProtoReflect() protoreflect.Message {
49
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[0]
50
+ if protoimpl.UnsafeEnabled && x != nil {
51
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
52
+ if ms.LoadMessageInfo() == nil {
53
+ ms.StoreMessageInfo(mi)
54
+ }
55
+ return ms
56
+ }
57
+ return mi.MessageOf(x)
58
+ }
59
+
60
+ // Deprecated: Use ECSState.ProtoReflect.Descriptor instead.
61
+ func (*ECSState) Descriptor() ([]byte, []int) {
62
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{0}
63
+ }
64
+
65
+ func (x *ECSState) GetComponentIdIdx() uint32 {
66
+ if x != nil {
67
+ return x.ComponentIdIdx
68
+ }
69
+ return 0
70
+ }
71
+
72
+ func (x *ECSState) GetEntityIdIdx() uint32 {
73
+ if x != nil {
74
+ return x.EntityIdIdx
75
+ }
76
+ return 0
77
+ }
78
+
79
+ func (x *ECSState) GetValue() []byte {
80
+ if x != nil {
81
+ return x.Value
82
+ }
83
+ return nil
84
+ }
85
+
86
+ type ECSStateSnapshot struct {
87
+ state protoimpl.MessageState
88
+ sizeCache protoimpl.SizeCache
89
+ unknownFields protoimpl.UnknownFields
90
+
91
+ State []*ECSState `protobuf:"bytes,1,rep,name=state,proto3" json:"state,omitempty"`
92
+ StateComponents []string `protobuf:"bytes,2,rep,name=stateComponents,proto3" json:"stateComponents,omitempty"`
93
+ StateEntities []string `protobuf:"bytes,3,rep,name=stateEntities,proto3" json:"stateEntities,omitempty"`
94
+ StateHash string `protobuf:"bytes,4,opt,name=stateHash,proto3" json:"stateHash,omitempty"`
95
+ StartBlockNumber uint32 `protobuf:"varint,5,opt,name=startBlockNumber,proto3" json:"startBlockNumber,omitempty"`
96
+ EndBlockNumber uint32 `protobuf:"varint,6,opt,name=endBlockNumber,proto3" json:"endBlockNumber,omitempty"`
97
+ WorldAddress string `protobuf:"bytes,7,opt,name=worldAddress,proto3" json:"worldAddress,omitempty"`
98
+ }
99
+
100
+ func (x *ECSStateSnapshot) Reset() {
101
+ *x = ECSStateSnapshot{}
102
+ if protoimpl.UnsafeEnabled {
103
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[1]
104
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
105
+ ms.StoreMessageInfo(mi)
106
+ }
107
+ }
108
+
109
+ func (x *ECSStateSnapshot) String() string {
110
+ return protoimpl.X.MessageStringOf(x)
111
+ }
112
+
113
+ func (*ECSStateSnapshot) ProtoMessage() {}
114
+
115
+ func (x *ECSStateSnapshot) ProtoReflect() protoreflect.Message {
116
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[1]
117
+ if protoimpl.UnsafeEnabled && x != nil {
118
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
119
+ if ms.LoadMessageInfo() == nil {
120
+ ms.StoreMessageInfo(mi)
121
+ }
122
+ return ms
123
+ }
124
+ return mi.MessageOf(x)
125
+ }
126
+
127
+ // Deprecated: Use ECSStateSnapshot.ProtoReflect.Descriptor instead.
128
+ func (*ECSStateSnapshot) Descriptor() ([]byte, []int) {
129
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{1}
130
+ }
131
+
132
+ func (x *ECSStateSnapshot) GetState() []*ECSState {
133
+ if x != nil {
134
+ return x.State
135
+ }
136
+ return nil
137
+ }
138
+
139
+ func (x *ECSStateSnapshot) GetStateComponents() []string {
140
+ if x != nil {
141
+ return x.StateComponents
142
+ }
143
+ return nil
144
+ }
145
+
146
+ func (x *ECSStateSnapshot) GetStateEntities() []string {
147
+ if x != nil {
148
+ return x.StateEntities
149
+ }
150
+ return nil
151
+ }
152
+
153
+ func (x *ECSStateSnapshot) GetStateHash() string {
154
+ if x != nil {
155
+ return x.StateHash
156
+ }
157
+ return ""
158
+ }
159
+
160
+ func (x *ECSStateSnapshot) GetStartBlockNumber() uint32 {
161
+ if x != nil {
162
+ return x.StartBlockNumber
163
+ }
164
+ return 0
165
+ }
166
+
167
+ func (x *ECSStateSnapshot) GetEndBlockNumber() uint32 {
168
+ if x != nil {
169
+ return x.EndBlockNumber
170
+ }
171
+ return 0
172
+ }
173
+
174
+ func (x *ECSStateSnapshot) GetWorldAddress() string {
175
+ if x != nil {
176
+ return x.WorldAddress
177
+ }
178
+ return ""
179
+ }
180
+
181
+ type Worlds struct {
182
+ state protoimpl.MessageState
183
+ sizeCache protoimpl.SizeCache
184
+ unknownFields protoimpl.UnknownFields
185
+
186
+ WorldAddress []string `protobuf:"bytes,1,rep,name=worldAddress,proto3" json:"worldAddress,omitempty"`
187
+ }
188
+
189
+ func (x *Worlds) Reset() {
190
+ *x = Worlds{}
191
+ if protoimpl.UnsafeEnabled {
192
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[2]
193
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
194
+ ms.StoreMessageInfo(mi)
195
+ }
196
+ }
197
+
198
+ func (x *Worlds) String() string {
199
+ return protoimpl.X.MessageStringOf(x)
200
+ }
201
+
202
+ func (*Worlds) ProtoMessage() {}
203
+
204
+ func (x *Worlds) ProtoReflect() protoreflect.Message {
205
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[2]
206
+ if protoimpl.UnsafeEnabled && x != nil {
207
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
208
+ if ms.LoadMessageInfo() == nil {
209
+ ms.StoreMessageInfo(mi)
210
+ }
211
+ return ms
212
+ }
213
+ return mi.MessageOf(x)
214
+ }
215
+
216
+ // Deprecated: Use Worlds.ProtoReflect.Descriptor instead.
217
+ func (*Worlds) Descriptor() ([]byte, []int) {
218
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{2}
219
+ }
220
+
221
+ func (x *Worlds) GetWorldAddress() []string {
222
+ if x != nil {
223
+ return x.WorldAddress
224
+ }
225
+ return nil
226
+ }
227
+
228
+ // The request message for the latest ECS state.
229
+ type ECSStateRequestLatest struct {
230
+ state protoimpl.MessageState
231
+ sizeCache protoimpl.SizeCache
232
+ unknownFields protoimpl.UnknownFields
233
+
234
+ WorldAddress string `protobuf:"bytes,1,opt,name=worldAddress,proto3" json:"worldAddress,omitempty"`
235
+ }
236
+
237
+ func (x *ECSStateRequestLatest) Reset() {
238
+ *x = ECSStateRequestLatest{}
239
+ if protoimpl.UnsafeEnabled {
240
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[3]
241
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
242
+ ms.StoreMessageInfo(mi)
243
+ }
244
+ }
245
+
246
+ func (x *ECSStateRequestLatest) String() string {
247
+ return protoimpl.X.MessageStringOf(x)
248
+ }
249
+
250
+ func (*ECSStateRequestLatest) ProtoMessage() {}
251
+
252
+ func (x *ECSStateRequestLatest) ProtoReflect() protoreflect.Message {
253
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[3]
254
+ if protoimpl.UnsafeEnabled && x != nil {
255
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
256
+ if ms.LoadMessageInfo() == nil {
257
+ ms.StoreMessageInfo(mi)
258
+ }
259
+ return ms
260
+ }
261
+ return mi.MessageOf(x)
262
+ }
263
+
264
+ // Deprecated: Use ECSStateRequestLatest.ProtoReflect.Descriptor instead.
265
+ func (*ECSStateRequestLatest) Descriptor() ([]byte, []int) {
266
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{3}
267
+ }
268
+
269
+ func (x *ECSStateRequestLatest) GetWorldAddress() string {
270
+ if x != nil {
271
+ return x.WorldAddress
272
+ }
273
+ return ""
274
+ }
275
+
276
+ // The request message for the latest block based on latest ECS state.
277
+ type ECSStateBlockRequestLatest struct {
278
+ state protoimpl.MessageState
279
+ sizeCache protoimpl.SizeCache
280
+ unknownFields protoimpl.UnknownFields
281
+
282
+ WorldAddress string `protobuf:"bytes,1,opt,name=worldAddress,proto3" json:"worldAddress,omitempty"`
283
+ }
284
+
285
+ func (x *ECSStateBlockRequestLatest) Reset() {
286
+ *x = ECSStateBlockRequestLatest{}
287
+ if protoimpl.UnsafeEnabled {
288
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[4]
289
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
290
+ ms.StoreMessageInfo(mi)
291
+ }
292
+ }
293
+
294
+ func (x *ECSStateBlockRequestLatest) String() string {
295
+ return protoimpl.X.MessageStringOf(x)
296
+ }
297
+
298
+ func (*ECSStateBlockRequestLatest) ProtoMessage() {}
299
+
300
+ func (x *ECSStateBlockRequestLatest) ProtoReflect() protoreflect.Message {
301
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[4]
302
+ if protoimpl.UnsafeEnabled && x != nil {
303
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
304
+ if ms.LoadMessageInfo() == nil {
305
+ ms.StoreMessageInfo(mi)
306
+ }
307
+ return ms
308
+ }
309
+ return mi.MessageOf(x)
310
+ }
311
+
312
+ // Deprecated: Use ECSStateBlockRequestLatest.ProtoReflect.Descriptor instead.
313
+ func (*ECSStateBlockRequestLatest) Descriptor() ([]byte, []int) {
314
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{4}
315
+ }
316
+
317
+ func (x *ECSStateBlockRequestLatest) GetWorldAddress() string {
318
+ if x != nil {
319
+ return x.WorldAddress
320
+ }
321
+ return ""
322
+ }
323
+
324
+ // The request message for the ECS state given a block number.
325
+ type ECSStateRequestAtBlock struct {
326
+ state protoimpl.MessageState
327
+ sizeCache protoimpl.SizeCache
328
+ unknownFields protoimpl.UnknownFields
329
+
330
+ BlockNumber uint64 `protobuf:"varint,1,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
331
+ }
332
+
333
+ func (x *ECSStateRequestAtBlock) Reset() {
334
+ *x = ECSStateRequestAtBlock{}
335
+ if protoimpl.UnsafeEnabled {
336
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[5]
337
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
338
+ ms.StoreMessageInfo(mi)
339
+ }
340
+ }
341
+
342
+ func (x *ECSStateRequestAtBlock) String() string {
343
+ return protoimpl.X.MessageStringOf(x)
344
+ }
345
+
346
+ func (*ECSStateRequestAtBlock) ProtoMessage() {}
347
+
348
+ func (x *ECSStateRequestAtBlock) ProtoReflect() protoreflect.Message {
349
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[5]
350
+ if protoimpl.UnsafeEnabled && x != nil {
351
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
352
+ if ms.LoadMessageInfo() == nil {
353
+ ms.StoreMessageInfo(mi)
354
+ }
355
+ return ms
356
+ }
357
+ return mi.MessageOf(x)
358
+ }
359
+
360
+ // Deprecated: Use ECSStateRequestAtBlock.ProtoReflect.Descriptor instead.
361
+ func (*ECSStateRequestAtBlock) Descriptor() ([]byte, []int) {
362
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{5}
363
+ }
364
+
365
+ func (x *ECSStateRequestAtBlock) GetBlockNumber() uint64 {
366
+ if x != nil {
367
+ return x.BlockNumber
368
+ }
369
+ return 0
370
+ }
371
+
372
+ // The request message for all worlds.
373
+ type WorldsRequest struct {
374
+ state protoimpl.MessageState
375
+ sizeCache protoimpl.SizeCache
376
+ unknownFields protoimpl.UnknownFields
377
+ }
378
+
379
+ func (x *WorldsRequest) Reset() {
380
+ *x = WorldsRequest{}
381
+ if protoimpl.UnsafeEnabled {
382
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[6]
383
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
384
+ ms.StoreMessageInfo(mi)
385
+ }
386
+ }
387
+
388
+ func (x *WorldsRequest) String() string {
389
+ return protoimpl.X.MessageStringOf(x)
390
+ }
391
+
392
+ func (*WorldsRequest) ProtoMessage() {}
393
+
394
+ func (x *WorldsRequest) ProtoReflect() protoreflect.Message {
395
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[6]
396
+ if protoimpl.UnsafeEnabled && x != nil {
397
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
398
+ if ms.LoadMessageInfo() == nil {
399
+ ms.StoreMessageInfo(mi)
400
+ }
401
+ return ms
402
+ }
403
+ return mi.MessageOf(x)
404
+ }
405
+
406
+ // Deprecated: Use WorldsRequest.ProtoReflect.Descriptor instead.
407
+ func (*WorldsRequest) Descriptor() ([]byte, []int) {
408
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{6}
409
+ }
410
+
411
+ // The response message containing the current state, hash of that state, and the block number of that state.
412
+ type ECSStateReply struct {
413
+ state protoimpl.MessageState
414
+ sizeCache protoimpl.SizeCache
415
+ unknownFields protoimpl.UnknownFields
416
+
417
+ State []*ECSState `protobuf:"bytes,1,rep,name=state,proto3" json:"state,omitempty"`
418
+ StateComponents []string `protobuf:"bytes,2,rep,name=stateComponents,proto3" json:"stateComponents,omitempty"`
419
+ StateEntities []string `protobuf:"bytes,3,rep,name=stateEntities,proto3" json:"stateEntities,omitempty"`
420
+ StateHash string `protobuf:"bytes,4,opt,name=stateHash,proto3" json:"stateHash,omitempty"`
421
+ BlockNumber uint32 `protobuf:"varint,5,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
422
+ }
423
+
424
+ func (x *ECSStateReply) Reset() {
425
+ *x = ECSStateReply{}
426
+ if protoimpl.UnsafeEnabled {
427
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[7]
428
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
429
+ ms.StoreMessageInfo(mi)
430
+ }
431
+ }
432
+
433
+ func (x *ECSStateReply) String() string {
434
+ return protoimpl.X.MessageStringOf(x)
435
+ }
436
+
437
+ func (*ECSStateReply) ProtoMessage() {}
438
+
439
+ func (x *ECSStateReply) ProtoReflect() protoreflect.Message {
440
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[7]
441
+ if protoimpl.UnsafeEnabled && x != nil {
442
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
443
+ if ms.LoadMessageInfo() == nil {
444
+ ms.StoreMessageInfo(mi)
445
+ }
446
+ return ms
447
+ }
448
+ return mi.MessageOf(x)
449
+ }
450
+
451
+ // Deprecated: Use ECSStateReply.ProtoReflect.Descriptor instead.
452
+ func (*ECSStateReply) Descriptor() ([]byte, []int) {
453
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{7}
454
+ }
455
+
456
+ func (x *ECSStateReply) GetState() []*ECSState {
457
+ if x != nil {
458
+ return x.State
459
+ }
460
+ return nil
461
+ }
462
+
463
+ func (x *ECSStateReply) GetStateComponents() []string {
464
+ if x != nil {
465
+ return x.StateComponents
466
+ }
467
+ return nil
468
+ }
469
+
470
+ func (x *ECSStateReply) GetStateEntities() []string {
471
+ if x != nil {
472
+ return x.StateEntities
473
+ }
474
+ return nil
475
+ }
476
+
477
+ func (x *ECSStateReply) GetStateHash() string {
478
+ if x != nil {
479
+ return x.StateHash
480
+ }
481
+ return ""
482
+ }
483
+
484
+ func (x *ECSStateReply) GetBlockNumber() uint32 {
485
+ if x != nil {
486
+ return x.BlockNumber
487
+ }
488
+ return 0
489
+ }
490
+
491
+ type ECSStateBlockReply struct {
492
+ state protoimpl.MessageState
493
+ sizeCache protoimpl.SizeCache
494
+ unknownFields protoimpl.UnknownFields
495
+
496
+ BlockNumber uint32 `protobuf:"varint,1,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
497
+ }
498
+
499
+ func (x *ECSStateBlockReply) Reset() {
500
+ *x = ECSStateBlockReply{}
501
+ if protoimpl.UnsafeEnabled {
502
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[8]
503
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
504
+ ms.StoreMessageInfo(mi)
505
+ }
506
+ }
507
+
508
+ func (x *ECSStateBlockReply) String() string {
509
+ return protoimpl.X.MessageStringOf(x)
510
+ }
511
+
512
+ func (*ECSStateBlockReply) ProtoMessage() {}
513
+
514
+ func (x *ECSStateBlockReply) ProtoReflect() protoreflect.Message {
515
+ mi := &file_proto_ecs_snapshot_proto_msgTypes[8]
516
+ if protoimpl.UnsafeEnabled && x != nil {
517
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
518
+ if ms.LoadMessageInfo() == nil {
519
+ ms.StoreMessageInfo(mi)
520
+ }
521
+ return ms
522
+ }
523
+ return mi.MessageOf(x)
524
+ }
525
+
526
+ // Deprecated: Use ECSStateBlockReply.ProtoReflect.Descriptor instead.
527
+ func (*ECSStateBlockReply) Descriptor() ([]byte, []int) {
528
+ return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{8}
529
+ }
530
+
531
+ func (x *ECSStateBlockReply) GetBlockNumber() uint32 {
532
+ if x != nil {
533
+ return x.BlockNumber
534
+ }
535
+ return 0
536
+ }
537
+
538
+ var File_proto_ecs_snapshot_proto protoreflect.FileDescriptor
539
+
540
+ var file_proto_ecs_snapshot_proto_rawDesc = []byte{
541
+ 0x0a, 0x18, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x63, 0x73, 0x2d, 0x73, 0x6e, 0x61, 0x70,
542
+ 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x65, 0x63, 0x73, 0x73,
543
+ 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x22, 0x6e, 0x0a, 0x08, 0x45, 0x43, 0x53, 0x53, 0x74,
544
+ 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74,
545
+ 0x5f, 0x69, 0x64, 0x5f, 0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x63,
546
+ 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x49, 0x64, 0x78, 0x12, 0x22, 0x0a,
547
+ 0x0d, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x5f, 0x69, 0x64, 0x78, 0x18, 0x02,
548
+ 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x49, 0x64,
549
+ 0x78, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c,
550
+ 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa5, 0x02, 0x0a, 0x10, 0x45, 0x43, 0x53, 0x53,
551
+ 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x12, 0x2b, 0x0a, 0x05,
552
+ 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x63,
553
+ 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61,
554
+ 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x61,
555
+ 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03,
556
+ 0x28, 0x09, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65,
557
+ 0x6e, 0x74, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69,
558
+ 0x74, 0x69, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x74, 0x61, 0x74,
559
+ 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61,
560
+ 0x74, 0x65, 0x48, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74,
561
+ 0x61, 0x74, 0x65, 0x48, 0x61, 0x73, 0x68, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x74, 0x61, 0x72, 0x74,
562
+ 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28,
563
+ 0x0d, 0x52, 0x10, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d,
564
+ 0x62, 0x65, 0x72, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e,
565
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x65, 0x6e, 0x64,
566
+ 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x77,
567
+ 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28,
568
+ 0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22,
569
+ 0x2c, 0x0a, 0x06, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72,
570
+ 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52,
571
+ 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x3b, 0x0a,
572
+ 0x15, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
573
+ 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41,
574
+ 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f,
575
+ 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x40, 0x0a, 0x1a, 0x45, 0x43,
576
+ 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65,
577
+ 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c,
578
+ 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
579
+ 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x3a, 0x0a, 0x16,
580
+ 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41,
581
+ 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e,
582
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f,
583
+ 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x0f, 0x0a, 0x0d, 0x57, 0x6f, 0x72, 0x6c,
584
+ 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xcc, 0x01, 0x0a, 0x0d, 0x45, 0x43,
585
+ 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2b, 0x0a, 0x05, 0x73,
586
+ 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x63, 0x73,
587
+ 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74,
588
+ 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x74,
589
+ 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
590
+ 0x09, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e,
591
+ 0x74, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74,
592
+ 0x69, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65,
593
+ 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74,
594
+ 0x65, 0x48, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61,
595
+ 0x74, 0x65, 0x48, 0x61, 0x73, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e,
596
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x6c, 0x6f,
597
+ 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x36, 0x0a, 0x12, 0x45, 0x43, 0x53, 0x53,
598
+ 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x20,
599
+ 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20,
600
+ 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
601
+ 0x32, 0xc2, 0x03, 0x0a, 0x17, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61,
602
+ 0x70, 0x73, 0x68, 0x6f, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x52, 0x0a, 0x0e,
603
+ 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x22,
604
+ 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53,
605
+ 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65,
606
+ 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74,
607
+ 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
608
+ 0x12, 0x5a, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x74, 0x65,
609
+ 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x22, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e,
610
+ 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52,
611
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x65,
612
+ 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74,
613
+ 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x30, 0x01, 0x12, 0x61, 0x0a, 0x13,
614
+ 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x61, 0x74,
615
+ 0x65, 0x73, 0x74, 0x12, 0x27, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f,
616
+ 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52,
617
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x65,
618
+ 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74,
619
+ 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
620
+ 0x54, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x74, 0x42, 0x6c, 0x6f,
621
+ 0x63, 0x6b, 0x12, 0x23, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74,
622
+ 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
623
+ 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x1a, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61,
624
+ 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
625
+ 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6c,
626
+ 0x64, 0x73, 0x12, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74,
627
+ 0x2e, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13,
628
+ 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x57, 0x6f, 0x72,
629
+ 0x6c, 0x64, 0x73, 0x22, 0x00, 0x42, 0x1a, 0x5a, 0x18, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
630
+ 0x66, 0x2f, 0x67, 0x6f, 0x2f, 0x65, 0x63, 0x73, 0x2d, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f,
631
+ 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
632
+ }
633
+
634
+ var (
635
+ file_proto_ecs_snapshot_proto_rawDescOnce sync.Once
636
+ file_proto_ecs_snapshot_proto_rawDescData = file_proto_ecs_snapshot_proto_rawDesc
637
+ )
638
+
639
+ func file_proto_ecs_snapshot_proto_rawDescGZIP() []byte {
640
+ file_proto_ecs_snapshot_proto_rawDescOnce.Do(func() {
641
+ file_proto_ecs_snapshot_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_ecs_snapshot_proto_rawDescData)
642
+ })
643
+ return file_proto_ecs_snapshot_proto_rawDescData
644
+ }
645
+
646
+ var file_proto_ecs_snapshot_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
647
+ var file_proto_ecs_snapshot_proto_goTypes = []interface{}{
648
+ (*ECSState)(nil), // 0: ecssnapshot.ECSState
649
+ (*ECSStateSnapshot)(nil), // 1: ecssnapshot.ECSStateSnapshot
650
+ (*Worlds)(nil), // 2: ecssnapshot.Worlds
651
+ (*ECSStateRequestLatest)(nil), // 3: ecssnapshot.ECSStateRequestLatest
652
+ (*ECSStateBlockRequestLatest)(nil), // 4: ecssnapshot.ECSStateBlockRequestLatest
653
+ (*ECSStateRequestAtBlock)(nil), // 5: ecssnapshot.ECSStateRequestAtBlock
654
+ (*WorldsRequest)(nil), // 6: ecssnapshot.WorldsRequest
655
+ (*ECSStateReply)(nil), // 7: ecssnapshot.ECSStateReply
656
+ (*ECSStateBlockReply)(nil), // 8: ecssnapshot.ECSStateBlockReply
657
+ }
658
+ var file_proto_ecs_snapshot_proto_depIdxs = []int32{
659
+ 0, // 0: ecssnapshot.ECSStateSnapshot.state:type_name -> ecssnapshot.ECSState
660
+ 0, // 1: ecssnapshot.ECSStateReply.state:type_name -> ecssnapshot.ECSState
661
+ 3, // 2: ecssnapshot.ECSStateSnapshotService.GetStateLatest:input_type -> ecssnapshot.ECSStateRequestLatest
662
+ 3, // 3: ecssnapshot.ECSStateSnapshotService.GetStateLatestStream:input_type -> ecssnapshot.ECSStateRequestLatest
663
+ 4, // 4: ecssnapshot.ECSStateSnapshotService.GetStateBlockLatest:input_type -> ecssnapshot.ECSStateBlockRequestLatest
664
+ 5, // 5: ecssnapshot.ECSStateSnapshotService.GetStateAtBlock:input_type -> ecssnapshot.ECSStateRequestAtBlock
665
+ 6, // 6: ecssnapshot.ECSStateSnapshotService.GetWorlds:input_type -> ecssnapshot.WorldsRequest
666
+ 7, // 7: ecssnapshot.ECSStateSnapshotService.GetStateLatest:output_type -> ecssnapshot.ECSStateReply
667
+ 7, // 8: ecssnapshot.ECSStateSnapshotService.GetStateLatestStream:output_type -> ecssnapshot.ECSStateReply
668
+ 8, // 9: ecssnapshot.ECSStateSnapshotService.GetStateBlockLatest:output_type -> ecssnapshot.ECSStateBlockReply
669
+ 7, // 10: ecssnapshot.ECSStateSnapshotService.GetStateAtBlock:output_type -> ecssnapshot.ECSStateReply
670
+ 2, // 11: ecssnapshot.ECSStateSnapshotService.GetWorlds:output_type -> ecssnapshot.Worlds
671
+ 7, // [7:12] is the sub-list for method output_type
672
+ 2, // [2:7] is the sub-list for method input_type
673
+ 2, // [2:2] is the sub-list for extension type_name
674
+ 2, // [2:2] is the sub-list for extension extendee
675
+ 0, // [0:2] is the sub-list for field type_name
676
+ }
677
+
678
+ func init() { file_proto_ecs_snapshot_proto_init() }
679
+ func file_proto_ecs_snapshot_proto_init() {
680
+ if File_proto_ecs_snapshot_proto != nil {
681
+ return
682
+ }
683
+ if !protoimpl.UnsafeEnabled {
684
+ file_proto_ecs_snapshot_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
685
+ switch v := v.(*ECSState); i {
686
+ case 0:
687
+ return &v.state
688
+ case 1:
689
+ return &v.sizeCache
690
+ case 2:
691
+ return &v.unknownFields
692
+ default:
693
+ return nil
694
+ }
695
+ }
696
+ file_proto_ecs_snapshot_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
697
+ switch v := v.(*ECSStateSnapshot); i {
698
+ case 0:
699
+ return &v.state
700
+ case 1:
701
+ return &v.sizeCache
702
+ case 2:
703
+ return &v.unknownFields
704
+ default:
705
+ return nil
706
+ }
707
+ }
708
+ file_proto_ecs_snapshot_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
709
+ switch v := v.(*Worlds); i {
710
+ case 0:
711
+ return &v.state
712
+ case 1:
713
+ return &v.sizeCache
714
+ case 2:
715
+ return &v.unknownFields
716
+ default:
717
+ return nil
718
+ }
719
+ }
720
+ file_proto_ecs_snapshot_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
721
+ switch v := v.(*ECSStateRequestLatest); i {
722
+ case 0:
723
+ return &v.state
724
+ case 1:
725
+ return &v.sizeCache
726
+ case 2:
727
+ return &v.unknownFields
728
+ default:
729
+ return nil
730
+ }
731
+ }
732
+ file_proto_ecs_snapshot_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
733
+ switch v := v.(*ECSStateBlockRequestLatest); i {
734
+ case 0:
735
+ return &v.state
736
+ case 1:
737
+ return &v.sizeCache
738
+ case 2:
739
+ return &v.unknownFields
740
+ default:
741
+ return nil
742
+ }
743
+ }
744
+ file_proto_ecs_snapshot_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
745
+ switch v := v.(*ECSStateRequestAtBlock); i {
746
+ case 0:
747
+ return &v.state
748
+ case 1:
749
+ return &v.sizeCache
750
+ case 2:
751
+ return &v.unknownFields
752
+ default:
753
+ return nil
754
+ }
755
+ }
756
+ file_proto_ecs_snapshot_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
757
+ switch v := v.(*WorldsRequest); i {
758
+ case 0:
759
+ return &v.state
760
+ case 1:
761
+ return &v.sizeCache
762
+ case 2:
763
+ return &v.unknownFields
764
+ default:
765
+ return nil
766
+ }
767
+ }
768
+ file_proto_ecs_snapshot_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
769
+ switch v := v.(*ECSStateReply); i {
770
+ case 0:
771
+ return &v.state
772
+ case 1:
773
+ return &v.sizeCache
774
+ case 2:
775
+ return &v.unknownFields
776
+ default:
777
+ return nil
778
+ }
779
+ }
780
+ file_proto_ecs_snapshot_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
781
+ switch v := v.(*ECSStateBlockReply); i {
782
+ case 0:
783
+ return &v.state
784
+ case 1:
785
+ return &v.sizeCache
786
+ case 2:
787
+ return &v.unknownFields
788
+ default:
789
+ return nil
790
+ }
791
+ }
792
+ }
793
+ type x struct{}
794
+ out := protoimpl.TypeBuilder{
795
+ File: protoimpl.DescBuilder{
796
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
797
+ RawDescriptor: file_proto_ecs_snapshot_proto_rawDesc,
798
+ NumEnums: 0,
799
+ NumMessages: 9,
800
+ NumExtensions: 0,
801
+ NumServices: 1,
802
+ },
803
+ GoTypes: file_proto_ecs_snapshot_proto_goTypes,
804
+ DependencyIndexes: file_proto_ecs_snapshot_proto_depIdxs,
805
+ MessageInfos: file_proto_ecs_snapshot_proto_msgTypes,
806
+ }.Build()
807
+ File_proto_ecs_snapshot_proto = out.File
808
+ file_proto_ecs_snapshot_proto_rawDesc = nil
809
+ file_proto_ecs_snapshot_proto_goTypes = nil
810
+ file_proto_ecs_snapshot_proto_depIdxs = nil
811
+ }