@latticexyz/services 2.0.0-snapshot-test-32d38619 → 2.0.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.
- package/README.md +1 -241
- package/dist/faucet.d.ts +369 -0
- package/dist/faucet.js.map +1 -1
- package/package.json +5 -25
- package/protobuf/ts/faucet/faucet.ts +19 -19
- package/protobuf/ts/index.ts +0 -3
- package/ts/faucet/createFaucetService.ts +1 -1
- package/README.v1.md +0 -119
- package/bin/faucet +0 -0
- package/bin/mode +0 -0
- package/dist/ecs-relay.js +0 -683
- package/dist/ecs-relay.js.map +0 -1
- package/dist/ecs-snapshot.js +0 -810
- package/dist/ecs-snapshot.js.map +0 -1
- package/dist/ecs-stream.js +0 -391
- package/dist/ecs-stream.js.map +0 -1
- package/dist/mode.js +0 -1481
- package/dist/mode.js.map +0 -1
- package/protobuf/go/ecs-relay/ecs-relay.pb.go +0 -971
- package/protobuf/go/ecs-relay/ecs-relay_grpc.pb.go +0 -545
- package/protobuf/go/ecs-snapshot/ecs-snapshot.pb.go +0 -1124
- package/protobuf/go/ecs-snapshot/ecs-snapshot_grpc.pb.go +0 -502
- package/protobuf/go/ecs-stream/ecs-stream.pb.go +0 -525
- package/protobuf/go/ecs-stream/ecs-stream_grpc.pb.go +0 -138
- package/protobuf/go/faucet/faucet.pb.go +0 -1133
- package/protobuf/go/faucet/faucet_grpc.pb.go +0 -370
- package/protobuf/go/mode/mode.pb.go +0 -1772
- package/protobuf/go/mode/mode_grpc.pb.go +0 -283
- package/protobuf/ts/ecs-relay/ecs-relay.ts +0 -889
- package/protobuf/ts/ecs-snapshot/ecs-snapshot.ts +0 -1078
- package/protobuf/ts/ecs-stream/ecs-stream.ts +0 -508
- package/protobuf/ts/mode/google/protobuf/any.ts +0 -191
- package/protobuf/ts/mode/mode.ts +0 -1875
@@ -1,1124 +0,0 @@
|
|
1
|
-
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2
|
-
// versions:
|
3
|
-
// protoc-gen-go v1.30.0
|
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 ECS statem, pruned for specific address.
|
277
|
-
type ECSStateRequestLatestStreamPruned 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
|
-
PruneAddress string `protobuf:"bytes,2,opt,name=pruneAddress,proto3" json:"pruneAddress,omitempty"`
|
284
|
-
PruneComponentId *string `protobuf:"bytes,3,opt,name=pruneComponentId,proto3,oneof" json:"pruneComponentId,omitempty"`
|
285
|
-
ChunkPercentage *uint32 `protobuf:"varint,4,opt,name=chunkPercentage,proto3,oneof" json:"chunkPercentage,omitempty"`
|
286
|
-
}
|
287
|
-
|
288
|
-
func (x *ECSStateRequestLatestStreamPruned) Reset() {
|
289
|
-
*x = ECSStateRequestLatestStreamPruned{}
|
290
|
-
if protoimpl.UnsafeEnabled {
|
291
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[4]
|
292
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
293
|
-
ms.StoreMessageInfo(mi)
|
294
|
-
}
|
295
|
-
}
|
296
|
-
|
297
|
-
func (x *ECSStateRequestLatestStreamPruned) String() string {
|
298
|
-
return protoimpl.X.MessageStringOf(x)
|
299
|
-
}
|
300
|
-
|
301
|
-
func (*ECSStateRequestLatestStreamPruned) ProtoMessage() {}
|
302
|
-
|
303
|
-
func (x *ECSStateRequestLatestStreamPruned) ProtoReflect() protoreflect.Message {
|
304
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[4]
|
305
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
306
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
307
|
-
if ms.LoadMessageInfo() == nil {
|
308
|
-
ms.StoreMessageInfo(mi)
|
309
|
-
}
|
310
|
-
return ms
|
311
|
-
}
|
312
|
-
return mi.MessageOf(x)
|
313
|
-
}
|
314
|
-
|
315
|
-
// Deprecated: Use ECSStateRequestLatestStreamPruned.ProtoReflect.Descriptor instead.
|
316
|
-
func (*ECSStateRequestLatestStreamPruned) Descriptor() ([]byte, []int) {
|
317
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{4}
|
318
|
-
}
|
319
|
-
|
320
|
-
func (x *ECSStateRequestLatestStreamPruned) GetWorldAddress() string {
|
321
|
-
if x != nil {
|
322
|
-
return x.WorldAddress
|
323
|
-
}
|
324
|
-
return ""
|
325
|
-
}
|
326
|
-
|
327
|
-
func (x *ECSStateRequestLatestStreamPruned) GetPruneAddress() string {
|
328
|
-
if x != nil {
|
329
|
-
return x.PruneAddress
|
330
|
-
}
|
331
|
-
return ""
|
332
|
-
}
|
333
|
-
|
334
|
-
func (x *ECSStateRequestLatestStreamPruned) GetPruneComponentId() string {
|
335
|
-
if x != nil && x.PruneComponentId != nil {
|
336
|
-
return *x.PruneComponentId
|
337
|
-
}
|
338
|
-
return ""
|
339
|
-
}
|
340
|
-
|
341
|
-
func (x *ECSStateRequestLatestStreamPruned) GetChunkPercentage() uint32 {
|
342
|
-
if x != nil && x.ChunkPercentage != nil {
|
343
|
-
return *x.ChunkPercentage
|
344
|
-
}
|
345
|
-
return 0
|
346
|
-
}
|
347
|
-
|
348
|
-
// The request message for the latest chunked ECS state.
|
349
|
-
type ECSStateRequestLatestStream struct {
|
350
|
-
state protoimpl.MessageState
|
351
|
-
sizeCache protoimpl.SizeCache
|
352
|
-
unknownFields protoimpl.UnknownFields
|
353
|
-
|
354
|
-
WorldAddress string `protobuf:"bytes,1,opt,name=worldAddress,proto3" json:"worldAddress,omitempty"`
|
355
|
-
ChunkPercentage *uint32 `protobuf:"varint,2,opt,name=chunkPercentage,proto3,oneof" json:"chunkPercentage,omitempty"`
|
356
|
-
}
|
357
|
-
|
358
|
-
func (x *ECSStateRequestLatestStream) Reset() {
|
359
|
-
*x = ECSStateRequestLatestStream{}
|
360
|
-
if protoimpl.UnsafeEnabled {
|
361
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[5]
|
362
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
363
|
-
ms.StoreMessageInfo(mi)
|
364
|
-
}
|
365
|
-
}
|
366
|
-
|
367
|
-
func (x *ECSStateRequestLatestStream) String() string {
|
368
|
-
return protoimpl.X.MessageStringOf(x)
|
369
|
-
}
|
370
|
-
|
371
|
-
func (*ECSStateRequestLatestStream) ProtoMessage() {}
|
372
|
-
|
373
|
-
func (x *ECSStateRequestLatestStream) ProtoReflect() protoreflect.Message {
|
374
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[5]
|
375
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
376
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
377
|
-
if ms.LoadMessageInfo() == nil {
|
378
|
-
ms.StoreMessageInfo(mi)
|
379
|
-
}
|
380
|
-
return ms
|
381
|
-
}
|
382
|
-
return mi.MessageOf(x)
|
383
|
-
}
|
384
|
-
|
385
|
-
// Deprecated: Use ECSStateRequestLatestStream.ProtoReflect.Descriptor instead.
|
386
|
-
func (*ECSStateRequestLatestStream) Descriptor() ([]byte, []int) {
|
387
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{5}
|
388
|
-
}
|
389
|
-
|
390
|
-
func (x *ECSStateRequestLatestStream) GetWorldAddress() string {
|
391
|
-
if x != nil {
|
392
|
-
return x.WorldAddress
|
393
|
-
}
|
394
|
-
return ""
|
395
|
-
}
|
396
|
-
|
397
|
-
func (x *ECSStateRequestLatestStream) GetChunkPercentage() uint32 {
|
398
|
-
if x != nil && x.ChunkPercentage != nil {
|
399
|
-
return *x.ChunkPercentage
|
400
|
-
}
|
401
|
-
return 0
|
402
|
-
}
|
403
|
-
|
404
|
-
// The request message for the latest block based on latest ECS state.
|
405
|
-
type ECSStateBlockRequestLatest struct {
|
406
|
-
state protoimpl.MessageState
|
407
|
-
sizeCache protoimpl.SizeCache
|
408
|
-
unknownFields protoimpl.UnknownFields
|
409
|
-
|
410
|
-
WorldAddress string `protobuf:"bytes,1,opt,name=worldAddress,proto3" json:"worldAddress,omitempty"`
|
411
|
-
}
|
412
|
-
|
413
|
-
func (x *ECSStateBlockRequestLatest) Reset() {
|
414
|
-
*x = ECSStateBlockRequestLatest{}
|
415
|
-
if protoimpl.UnsafeEnabled {
|
416
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[6]
|
417
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
418
|
-
ms.StoreMessageInfo(mi)
|
419
|
-
}
|
420
|
-
}
|
421
|
-
|
422
|
-
func (x *ECSStateBlockRequestLatest) String() string {
|
423
|
-
return protoimpl.X.MessageStringOf(x)
|
424
|
-
}
|
425
|
-
|
426
|
-
func (*ECSStateBlockRequestLatest) ProtoMessage() {}
|
427
|
-
|
428
|
-
func (x *ECSStateBlockRequestLatest) ProtoReflect() protoreflect.Message {
|
429
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[6]
|
430
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
431
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
432
|
-
if ms.LoadMessageInfo() == nil {
|
433
|
-
ms.StoreMessageInfo(mi)
|
434
|
-
}
|
435
|
-
return ms
|
436
|
-
}
|
437
|
-
return mi.MessageOf(x)
|
438
|
-
}
|
439
|
-
|
440
|
-
// Deprecated: Use ECSStateBlockRequestLatest.ProtoReflect.Descriptor instead.
|
441
|
-
func (*ECSStateBlockRequestLatest) Descriptor() ([]byte, []int) {
|
442
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{6}
|
443
|
-
}
|
444
|
-
|
445
|
-
func (x *ECSStateBlockRequestLatest) GetWorldAddress() string {
|
446
|
-
if x != nil {
|
447
|
-
return x.WorldAddress
|
448
|
-
}
|
449
|
-
return ""
|
450
|
-
}
|
451
|
-
|
452
|
-
// The request message for the ECS state given a block number.
|
453
|
-
type ECSStateRequestAtBlock struct {
|
454
|
-
state protoimpl.MessageState
|
455
|
-
sizeCache protoimpl.SizeCache
|
456
|
-
unknownFields protoimpl.UnknownFields
|
457
|
-
|
458
|
-
BlockNumber uint64 `protobuf:"varint,1,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
|
459
|
-
}
|
460
|
-
|
461
|
-
func (x *ECSStateRequestAtBlock) Reset() {
|
462
|
-
*x = ECSStateRequestAtBlock{}
|
463
|
-
if protoimpl.UnsafeEnabled {
|
464
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[7]
|
465
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
466
|
-
ms.StoreMessageInfo(mi)
|
467
|
-
}
|
468
|
-
}
|
469
|
-
|
470
|
-
func (x *ECSStateRequestAtBlock) String() string {
|
471
|
-
return protoimpl.X.MessageStringOf(x)
|
472
|
-
}
|
473
|
-
|
474
|
-
func (*ECSStateRequestAtBlock) ProtoMessage() {}
|
475
|
-
|
476
|
-
func (x *ECSStateRequestAtBlock) ProtoReflect() protoreflect.Message {
|
477
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[7]
|
478
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
479
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
480
|
-
if ms.LoadMessageInfo() == nil {
|
481
|
-
ms.StoreMessageInfo(mi)
|
482
|
-
}
|
483
|
-
return ms
|
484
|
-
}
|
485
|
-
return mi.MessageOf(x)
|
486
|
-
}
|
487
|
-
|
488
|
-
// Deprecated: Use ECSStateRequestAtBlock.ProtoReflect.Descriptor instead.
|
489
|
-
func (*ECSStateRequestAtBlock) Descriptor() ([]byte, []int) {
|
490
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{7}
|
491
|
-
}
|
492
|
-
|
493
|
-
func (x *ECSStateRequestAtBlock) GetBlockNumber() uint64 {
|
494
|
-
if x != nil {
|
495
|
-
return x.BlockNumber
|
496
|
-
}
|
497
|
-
return 0
|
498
|
-
}
|
499
|
-
|
500
|
-
// The request message for all worlds.
|
501
|
-
type WorldsRequest struct {
|
502
|
-
state protoimpl.MessageState
|
503
|
-
sizeCache protoimpl.SizeCache
|
504
|
-
unknownFields protoimpl.UnknownFields
|
505
|
-
}
|
506
|
-
|
507
|
-
func (x *WorldsRequest) Reset() {
|
508
|
-
*x = WorldsRequest{}
|
509
|
-
if protoimpl.UnsafeEnabled {
|
510
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[8]
|
511
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
512
|
-
ms.StoreMessageInfo(mi)
|
513
|
-
}
|
514
|
-
}
|
515
|
-
|
516
|
-
func (x *WorldsRequest) String() string {
|
517
|
-
return protoimpl.X.MessageStringOf(x)
|
518
|
-
}
|
519
|
-
|
520
|
-
func (*WorldsRequest) ProtoMessage() {}
|
521
|
-
|
522
|
-
func (x *WorldsRequest) ProtoReflect() protoreflect.Message {
|
523
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[8]
|
524
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
525
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
526
|
-
if ms.LoadMessageInfo() == nil {
|
527
|
-
ms.StoreMessageInfo(mi)
|
528
|
-
}
|
529
|
-
return ms
|
530
|
-
}
|
531
|
-
return mi.MessageOf(x)
|
532
|
-
}
|
533
|
-
|
534
|
-
// Deprecated: Use WorldsRequest.ProtoReflect.Descriptor instead.
|
535
|
-
func (*WorldsRequest) Descriptor() ([]byte, []int) {
|
536
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{8}
|
537
|
-
}
|
538
|
-
|
539
|
-
// The response message containing the current state, hash of that state, and the block number of that state.
|
540
|
-
type ECSStateReply struct {
|
541
|
-
state protoimpl.MessageState
|
542
|
-
sizeCache protoimpl.SizeCache
|
543
|
-
unknownFields protoimpl.UnknownFields
|
544
|
-
|
545
|
-
State []*ECSState `protobuf:"bytes,1,rep,name=state,proto3" json:"state,omitempty"`
|
546
|
-
StateComponents []string `protobuf:"bytes,2,rep,name=stateComponents,proto3" json:"stateComponents,omitempty"`
|
547
|
-
StateEntities []string `protobuf:"bytes,3,rep,name=stateEntities,proto3" json:"stateEntities,omitempty"`
|
548
|
-
StateHash string `protobuf:"bytes,4,opt,name=stateHash,proto3" json:"stateHash,omitempty"`
|
549
|
-
BlockNumber uint32 `protobuf:"varint,5,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
|
550
|
-
}
|
551
|
-
|
552
|
-
func (x *ECSStateReply) Reset() {
|
553
|
-
*x = ECSStateReply{}
|
554
|
-
if protoimpl.UnsafeEnabled {
|
555
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[9]
|
556
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
557
|
-
ms.StoreMessageInfo(mi)
|
558
|
-
}
|
559
|
-
}
|
560
|
-
|
561
|
-
func (x *ECSStateReply) String() string {
|
562
|
-
return protoimpl.X.MessageStringOf(x)
|
563
|
-
}
|
564
|
-
|
565
|
-
func (*ECSStateReply) ProtoMessage() {}
|
566
|
-
|
567
|
-
func (x *ECSStateReply) ProtoReflect() protoreflect.Message {
|
568
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[9]
|
569
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
570
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
571
|
-
if ms.LoadMessageInfo() == nil {
|
572
|
-
ms.StoreMessageInfo(mi)
|
573
|
-
}
|
574
|
-
return ms
|
575
|
-
}
|
576
|
-
return mi.MessageOf(x)
|
577
|
-
}
|
578
|
-
|
579
|
-
// Deprecated: Use ECSStateReply.ProtoReflect.Descriptor instead.
|
580
|
-
func (*ECSStateReply) Descriptor() ([]byte, []int) {
|
581
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{9}
|
582
|
-
}
|
583
|
-
|
584
|
-
func (x *ECSStateReply) GetState() []*ECSState {
|
585
|
-
if x != nil {
|
586
|
-
return x.State
|
587
|
-
}
|
588
|
-
return nil
|
589
|
-
}
|
590
|
-
|
591
|
-
func (x *ECSStateReply) GetStateComponents() []string {
|
592
|
-
if x != nil {
|
593
|
-
return x.StateComponents
|
594
|
-
}
|
595
|
-
return nil
|
596
|
-
}
|
597
|
-
|
598
|
-
func (x *ECSStateReply) GetStateEntities() []string {
|
599
|
-
if x != nil {
|
600
|
-
return x.StateEntities
|
601
|
-
}
|
602
|
-
return nil
|
603
|
-
}
|
604
|
-
|
605
|
-
func (x *ECSStateReply) GetStateHash() string {
|
606
|
-
if x != nil {
|
607
|
-
return x.StateHash
|
608
|
-
}
|
609
|
-
return ""
|
610
|
-
}
|
611
|
-
|
612
|
-
func (x *ECSStateReply) GetBlockNumber() uint32 {
|
613
|
-
if x != nil {
|
614
|
-
return x.BlockNumber
|
615
|
-
}
|
616
|
-
return 0
|
617
|
-
}
|
618
|
-
|
619
|
-
type ECSStateReplyV2 struct {
|
620
|
-
state protoimpl.MessageState
|
621
|
-
sizeCache protoimpl.SizeCache
|
622
|
-
unknownFields protoimpl.UnknownFields
|
623
|
-
|
624
|
-
State []*ECSState `protobuf:"bytes,1,rep,name=state,proto3" json:"state,omitempty"`
|
625
|
-
StateComponents []string `protobuf:"bytes,2,rep,name=stateComponents,proto3" json:"stateComponents,omitempty"`
|
626
|
-
StateEntities [][]byte `protobuf:"bytes,3,rep,name=stateEntities,proto3" json:"stateEntities,omitempty"`
|
627
|
-
StateHash string `protobuf:"bytes,4,opt,name=stateHash,proto3" json:"stateHash,omitempty"`
|
628
|
-
BlockNumber uint32 `protobuf:"varint,5,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
|
629
|
-
}
|
630
|
-
|
631
|
-
func (x *ECSStateReplyV2) Reset() {
|
632
|
-
*x = ECSStateReplyV2{}
|
633
|
-
if protoimpl.UnsafeEnabled {
|
634
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[10]
|
635
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
636
|
-
ms.StoreMessageInfo(mi)
|
637
|
-
}
|
638
|
-
}
|
639
|
-
|
640
|
-
func (x *ECSStateReplyV2) String() string {
|
641
|
-
return protoimpl.X.MessageStringOf(x)
|
642
|
-
}
|
643
|
-
|
644
|
-
func (*ECSStateReplyV2) ProtoMessage() {}
|
645
|
-
|
646
|
-
func (x *ECSStateReplyV2) ProtoReflect() protoreflect.Message {
|
647
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[10]
|
648
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
649
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
650
|
-
if ms.LoadMessageInfo() == nil {
|
651
|
-
ms.StoreMessageInfo(mi)
|
652
|
-
}
|
653
|
-
return ms
|
654
|
-
}
|
655
|
-
return mi.MessageOf(x)
|
656
|
-
}
|
657
|
-
|
658
|
-
// Deprecated: Use ECSStateReplyV2.ProtoReflect.Descriptor instead.
|
659
|
-
func (*ECSStateReplyV2) Descriptor() ([]byte, []int) {
|
660
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{10}
|
661
|
-
}
|
662
|
-
|
663
|
-
func (x *ECSStateReplyV2) GetState() []*ECSState {
|
664
|
-
if x != nil {
|
665
|
-
return x.State
|
666
|
-
}
|
667
|
-
return nil
|
668
|
-
}
|
669
|
-
|
670
|
-
func (x *ECSStateReplyV2) GetStateComponents() []string {
|
671
|
-
if x != nil {
|
672
|
-
return x.StateComponents
|
673
|
-
}
|
674
|
-
return nil
|
675
|
-
}
|
676
|
-
|
677
|
-
func (x *ECSStateReplyV2) GetStateEntities() [][]byte {
|
678
|
-
if x != nil {
|
679
|
-
return x.StateEntities
|
680
|
-
}
|
681
|
-
return nil
|
682
|
-
}
|
683
|
-
|
684
|
-
func (x *ECSStateReplyV2) GetStateHash() string {
|
685
|
-
if x != nil {
|
686
|
-
return x.StateHash
|
687
|
-
}
|
688
|
-
return ""
|
689
|
-
}
|
690
|
-
|
691
|
-
func (x *ECSStateReplyV2) GetBlockNumber() uint32 {
|
692
|
-
if x != nil {
|
693
|
-
return x.BlockNumber
|
694
|
-
}
|
695
|
-
return 0
|
696
|
-
}
|
697
|
-
|
698
|
-
type ECSStateBlockReply struct {
|
699
|
-
state protoimpl.MessageState
|
700
|
-
sizeCache protoimpl.SizeCache
|
701
|
-
unknownFields protoimpl.UnknownFields
|
702
|
-
|
703
|
-
BlockNumber uint32 `protobuf:"varint,1,opt,name=blockNumber,proto3" json:"blockNumber,omitempty"`
|
704
|
-
}
|
705
|
-
|
706
|
-
func (x *ECSStateBlockReply) Reset() {
|
707
|
-
*x = ECSStateBlockReply{}
|
708
|
-
if protoimpl.UnsafeEnabled {
|
709
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[11]
|
710
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
711
|
-
ms.StoreMessageInfo(mi)
|
712
|
-
}
|
713
|
-
}
|
714
|
-
|
715
|
-
func (x *ECSStateBlockReply) String() string {
|
716
|
-
return protoimpl.X.MessageStringOf(x)
|
717
|
-
}
|
718
|
-
|
719
|
-
func (*ECSStateBlockReply) ProtoMessage() {}
|
720
|
-
|
721
|
-
func (x *ECSStateBlockReply) ProtoReflect() protoreflect.Message {
|
722
|
-
mi := &file_proto_ecs_snapshot_proto_msgTypes[11]
|
723
|
-
if protoimpl.UnsafeEnabled && x != nil {
|
724
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
725
|
-
if ms.LoadMessageInfo() == nil {
|
726
|
-
ms.StoreMessageInfo(mi)
|
727
|
-
}
|
728
|
-
return ms
|
729
|
-
}
|
730
|
-
return mi.MessageOf(x)
|
731
|
-
}
|
732
|
-
|
733
|
-
// Deprecated: Use ECSStateBlockReply.ProtoReflect.Descriptor instead.
|
734
|
-
func (*ECSStateBlockReply) Descriptor() ([]byte, []int) {
|
735
|
-
return file_proto_ecs_snapshot_proto_rawDescGZIP(), []int{11}
|
736
|
-
}
|
737
|
-
|
738
|
-
func (x *ECSStateBlockReply) GetBlockNumber() uint32 {
|
739
|
-
if x != nil {
|
740
|
-
return x.BlockNumber
|
741
|
-
}
|
742
|
-
return 0
|
743
|
-
}
|
744
|
-
|
745
|
-
var File_proto_ecs_snapshot_proto protoreflect.FileDescriptor
|
746
|
-
|
747
|
-
var file_proto_ecs_snapshot_proto_rawDesc = []byte{
|
748
|
-
0x0a, 0x18, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x63, 0x73, 0x2d, 0x73, 0x6e, 0x61, 0x70,
|
749
|
-
0x73, 0x68, 0x6f, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x65, 0x63, 0x73, 0x73,
|
750
|
-
0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x22, 0x6e, 0x0a, 0x08, 0x45, 0x43, 0x53, 0x53, 0x74,
|
751
|
-
0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74,
|
752
|
-
0x5f, 0x69, 0x64, 0x5f, 0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x63,
|
753
|
-
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x49, 0x64, 0x78, 0x12, 0x22, 0x0a,
|
754
|
-
0x0d, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x5f, 0x69, 0x64, 0x78, 0x18, 0x02,
|
755
|
-
0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x49, 0x64,
|
756
|
-
0x78, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c,
|
757
|
-
0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa5, 0x02, 0x0a, 0x10, 0x45, 0x43, 0x53, 0x53,
|
758
|
-
0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x12, 0x2b, 0x0a, 0x05,
|
759
|
-
0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x63,
|
760
|
-
0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61,
|
761
|
-
0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x61,
|
762
|
-
0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03,
|
763
|
-
0x28, 0x09, 0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65,
|
764
|
-
0x6e, 0x74, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69,
|
765
|
-
0x74, 0x69, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x74, 0x61, 0x74,
|
766
|
-
0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61,
|
767
|
-
0x74, 0x65, 0x48, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74,
|
768
|
-
0x61, 0x74, 0x65, 0x48, 0x61, 0x73, 0x68, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x74, 0x61, 0x72, 0x74,
|
769
|
-
0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28,
|
770
|
-
0x0d, 0x52, 0x10, 0x73, 0x74, 0x61, 0x72, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d,
|
771
|
-
0x62, 0x65, 0x72, 0x12, 0x26, 0x0a, 0x0e, 0x65, 0x6e, 0x64, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e,
|
772
|
-
0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0e, 0x65, 0x6e, 0x64,
|
773
|
-
0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x77,
|
774
|
-
0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28,
|
775
|
-
0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22,
|
776
|
-
0x2c, 0x0a, 0x06, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72,
|
777
|
-
0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52,
|
778
|
-
0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x3b, 0x0a,
|
779
|
-
0x15, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
780
|
-
0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41,
|
781
|
-
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f,
|
782
|
-
0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xf4, 0x01, 0x0a, 0x21, 0x45,
|
783
|
-
0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61,
|
784
|
-
0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x50, 0x72, 0x75, 0x6e, 0x65, 0x64,
|
785
|
-
0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
786
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64,
|
787
|
-
0x72, 0x65, 0x73, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x72, 0x75, 0x6e, 0x65, 0x41, 0x64, 0x64,
|
788
|
-
0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x75, 0x6e,
|
789
|
-
0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x2f, 0x0a, 0x10, 0x70, 0x72, 0x75, 0x6e,
|
790
|
-
0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
|
791
|
-
0x28, 0x09, 0x48, 0x00, 0x52, 0x10, 0x70, 0x72, 0x75, 0x6e, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f,
|
792
|
-
0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x0f, 0x63, 0x68, 0x75,
|
793
|
-
0x6e, 0x6b, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01,
|
794
|
-
0x28, 0x0d, 0x48, 0x01, 0x52, 0x0f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x50, 0x65, 0x72, 0x63, 0x65,
|
795
|
-
0x6e, 0x74, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x70, 0x72, 0x75,
|
796
|
-
0x6e, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x42, 0x12, 0x0a,
|
797
|
-
0x10, 0x5f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67,
|
798
|
-
0x65, 0x22, 0x84, 0x01, 0x0a, 0x1b, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
|
799
|
-
0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61,
|
800
|
-
0x6d, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
801
|
-
0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64,
|
802
|
-
0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x2d, 0x0a, 0x0f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x50, 0x65,
|
803
|
-
0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00,
|
804
|
-
0x52, 0x0f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67,
|
805
|
-
0x65, 0x88, 0x01, 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x50, 0x65,
|
806
|
-
0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x22, 0x40, 0x0a, 0x1a, 0x45, 0x43, 0x53, 0x53,
|
807
|
-
0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
808
|
-
0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41,
|
809
|
-
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f,
|
810
|
-
0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x3a, 0x0a, 0x16, 0x45, 0x43,
|
811
|
-
0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x74, 0x42,
|
812
|
-
0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d,
|
813
|
-
0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b,
|
814
|
-
0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x0f, 0x0a, 0x0d, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x73,
|
815
|
-
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xcc, 0x01, 0x0a, 0x0d, 0x45, 0x43, 0x53, 0x53,
|
816
|
-
0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x74, 0x61,
|
817
|
-
0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e,
|
818
|
-
0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52,
|
819
|
-
0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x43,
|
820
|
-
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52,
|
821
|
-
0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73,
|
822
|
-
0x12, 0x24, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65,
|
823
|
-
0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e,
|
824
|
-
0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65, 0x48,
|
825
|
-
0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65,
|
826
|
-
0x48, 0x61, 0x73, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d,
|
827
|
-
0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b,
|
828
|
-
0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xce, 0x01, 0x0a, 0x0f, 0x45, 0x43, 0x53, 0x53, 0x74,
|
829
|
-
0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x56, 0x32, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x74,
|
830
|
-
0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x65, 0x63, 0x73, 0x73,
|
831
|
-
0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65,
|
832
|
-
0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65,
|
833
|
-
0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09,
|
834
|
-
0x52, 0x0f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74,
|
835
|
-
0x73, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69,
|
836
|
-
0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0c, 0x52, 0x0d, 0x73, 0x74, 0x61, 0x74, 0x65, 0x45,
|
837
|
-
0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65,
|
838
|
-
0x48, 0x61, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74,
|
839
|
-
0x65, 0x48, 0x61, 0x73, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75,
|
840
|
-
0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63,
|
841
|
-
0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x36, 0x0a, 0x12, 0x45, 0x43, 0x53, 0x53, 0x74,
|
842
|
-
0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x20, 0x0a,
|
843
|
-
0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
|
844
|
-
0x28, 0x0d, 0x52, 0x0b, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x32,
|
845
|
-
0x8e, 0x06, 0x0a, 0x17, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x6e, 0x61, 0x70,
|
846
|
-
0x73, 0x68, 0x6f, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x52, 0x0a, 0x0e, 0x47,
|
847
|
-
0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x22, 0x2e,
|
848
|
-
0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53,
|
849
|
-
0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73,
|
850
|
-
0x74, 0x1a, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e,
|
851
|
-
0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
|
852
|
-
0x60, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x74, 0x65, 0x73,
|
853
|
-
0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x12, 0x28, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61,
|
854
|
-
0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
|
855
|
-
0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61,
|
856
|
-
0x6d, 0x1a, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e,
|
857
|
-
0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x30,
|
858
|
-
0x01, 0x12, 0x64, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x74,
|
859
|
-
0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x56, 0x32, 0x12, 0x28, 0x2e, 0x65, 0x63,
|
860
|
-
0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61,
|
861
|
-
0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53,
|
862
|
-
0x74, 0x72, 0x65, 0x61, 0x6d, 0x1a, 0x1c, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73,
|
863
|
-
0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c,
|
864
|
-
0x79, 0x56, 0x32, 0x22, 0x00, 0x30, 0x01, 0x12, 0x6c, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x53, 0x74,
|
865
|
-
0x61, 0x74, 0x65, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x50,
|
866
|
-
0x72, 0x75, 0x6e, 0x65, 0x64, 0x12, 0x2e, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73,
|
867
|
-
0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75,
|
868
|
-
0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x50,
|
869
|
-
0x72, 0x75, 0x6e, 0x65, 0x64, 0x1a, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73,
|
870
|
-
0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c,
|
871
|
-
0x79, 0x22, 0x00, 0x30, 0x01, 0x12, 0x70, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74,
|
872
|
-
0x65, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x50, 0x72, 0x75,
|
873
|
-
0x6e, 0x65, 0x64, 0x56, 0x32, 0x12, 0x2e, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73,
|
874
|
-
0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75,
|
875
|
-
0x65, 0x73, 0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x50,
|
876
|
-
0x72, 0x75, 0x6e, 0x65, 0x64, 0x1a, 0x1c, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73,
|
877
|
-
0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c,
|
878
|
-
0x79, 0x56, 0x32, 0x22, 0x00, 0x30, 0x01, 0x12, 0x61, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x53, 0x74,
|
879
|
-
0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x12, 0x27,
|
880
|
-
0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53,
|
881
|
-
0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
882
|
-
0x74, 0x4c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61,
|
883
|
-
0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x42, 0x6c,
|
884
|
-
0x6f, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x54, 0x0a, 0x0f, 0x47, 0x65,
|
885
|
-
0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x23, 0x2e,
|
886
|
-
0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x45, 0x43, 0x53, 0x53,
|
887
|
-
0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x74, 0x42, 0x6c, 0x6f,
|
888
|
-
0x63, 0x6b, 0x1a, 0x1a, 0x2e, 0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74,
|
889
|
-
0x2e, 0x45, 0x43, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00,
|
890
|
-
0x12, 0x3e, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x73, 0x12, 0x1a, 0x2e,
|
891
|
-
0x65, 0x63, 0x73, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x57, 0x6f, 0x72, 0x6c,
|
892
|
-
0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x65, 0x63, 0x73, 0x73,
|
893
|
-
0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x2e, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x73, 0x22, 0x00,
|
894
|
-
0x42, 0x1a, 0x5a, 0x18, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67, 0x6f, 0x2f,
|
895
|
-
0x65, 0x63, 0x73, 0x2d, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x62, 0x06, 0x70, 0x72,
|
896
|
-
0x6f, 0x74, 0x6f, 0x33,
|
897
|
-
}
|
898
|
-
|
899
|
-
var (
|
900
|
-
file_proto_ecs_snapshot_proto_rawDescOnce sync.Once
|
901
|
-
file_proto_ecs_snapshot_proto_rawDescData = file_proto_ecs_snapshot_proto_rawDesc
|
902
|
-
)
|
903
|
-
|
904
|
-
func file_proto_ecs_snapshot_proto_rawDescGZIP() []byte {
|
905
|
-
file_proto_ecs_snapshot_proto_rawDescOnce.Do(func() {
|
906
|
-
file_proto_ecs_snapshot_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_ecs_snapshot_proto_rawDescData)
|
907
|
-
})
|
908
|
-
return file_proto_ecs_snapshot_proto_rawDescData
|
909
|
-
}
|
910
|
-
|
911
|
-
var file_proto_ecs_snapshot_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
912
|
-
var file_proto_ecs_snapshot_proto_goTypes = []interface{}{
|
913
|
-
(*ECSState)(nil), // 0: ecssnapshot.ECSState
|
914
|
-
(*ECSStateSnapshot)(nil), // 1: ecssnapshot.ECSStateSnapshot
|
915
|
-
(*Worlds)(nil), // 2: ecssnapshot.Worlds
|
916
|
-
(*ECSStateRequestLatest)(nil), // 3: ecssnapshot.ECSStateRequestLatest
|
917
|
-
(*ECSStateRequestLatestStreamPruned)(nil), // 4: ecssnapshot.ECSStateRequestLatestStreamPruned
|
918
|
-
(*ECSStateRequestLatestStream)(nil), // 5: ecssnapshot.ECSStateRequestLatestStream
|
919
|
-
(*ECSStateBlockRequestLatest)(nil), // 6: ecssnapshot.ECSStateBlockRequestLatest
|
920
|
-
(*ECSStateRequestAtBlock)(nil), // 7: ecssnapshot.ECSStateRequestAtBlock
|
921
|
-
(*WorldsRequest)(nil), // 8: ecssnapshot.WorldsRequest
|
922
|
-
(*ECSStateReply)(nil), // 9: ecssnapshot.ECSStateReply
|
923
|
-
(*ECSStateReplyV2)(nil), // 10: ecssnapshot.ECSStateReplyV2
|
924
|
-
(*ECSStateBlockReply)(nil), // 11: ecssnapshot.ECSStateBlockReply
|
925
|
-
}
|
926
|
-
var file_proto_ecs_snapshot_proto_depIdxs = []int32{
|
927
|
-
0, // 0: ecssnapshot.ECSStateSnapshot.state:type_name -> ecssnapshot.ECSState
|
928
|
-
0, // 1: ecssnapshot.ECSStateReply.state:type_name -> ecssnapshot.ECSState
|
929
|
-
0, // 2: ecssnapshot.ECSStateReplyV2.state:type_name -> ecssnapshot.ECSState
|
930
|
-
3, // 3: ecssnapshot.ECSStateSnapshotService.GetStateLatest:input_type -> ecssnapshot.ECSStateRequestLatest
|
931
|
-
5, // 4: ecssnapshot.ECSStateSnapshotService.GetStateLatestStream:input_type -> ecssnapshot.ECSStateRequestLatestStream
|
932
|
-
5, // 5: ecssnapshot.ECSStateSnapshotService.GetStateLatestStreamV2:input_type -> ecssnapshot.ECSStateRequestLatestStream
|
933
|
-
4, // 6: ecssnapshot.ECSStateSnapshotService.GetStateLatestStreamPruned:input_type -> ecssnapshot.ECSStateRequestLatestStreamPruned
|
934
|
-
4, // 7: ecssnapshot.ECSStateSnapshotService.GetStateLatestStreamPrunedV2:input_type -> ecssnapshot.ECSStateRequestLatestStreamPruned
|
935
|
-
6, // 8: ecssnapshot.ECSStateSnapshotService.GetStateBlockLatest:input_type -> ecssnapshot.ECSStateBlockRequestLatest
|
936
|
-
7, // 9: ecssnapshot.ECSStateSnapshotService.GetStateAtBlock:input_type -> ecssnapshot.ECSStateRequestAtBlock
|
937
|
-
8, // 10: ecssnapshot.ECSStateSnapshotService.GetWorlds:input_type -> ecssnapshot.WorldsRequest
|
938
|
-
9, // 11: ecssnapshot.ECSStateSnapshotService.GetStateLatest:output_type -> ecssnapshot.ECSStateReply
|
939
|
-
9, // 12: ecssnapshot.ECSStateSnapshotService.GetStateLatestStream:output_type -> ecssnapshot.ECSStateReply
|
940
|
-
10, // 13: ecssnapshot.ECSStateSnapshotService.GetStateLatestStreamV2:output_type -> ecssnapshot.ECSStateReplyV2
|
941
|
-
9, // 14: ecssnapshot.ECSStateSnapshotService.GetStateLatestStreamPruned:output_type -> ecssnapshot.ECSStateReply
|
942
|
-
10, // 15: ecssnapshot.ECSStateSnapshotService.GetStateLatestStreamPrunedV2:output_type -> ecssnapshot.ECSStateReplyV2
|
943
|
-
11, // 16: ecssnapshot.ECSStateSnapshotService.GetStateBlockLatest:output_type -> ecssnapshot.ECSStateBlockReply
|
944
|
-
9, // 17: ecssnapshot.ECSStateSnapshotService.GetStateAtBlock:output_type -> ecssnapshot.ECSStateReply
|
945
|
-
2, // 18: ecssnapshot.ECSStateSnapshotService.GetWorlds:output_type -> ecssnapshot.Worlds
|
946
|
-
11, // [11:19] is the sub-list for method output_type
|
947
|
-
3, // [3:11] is the sub-list for method input_type
|
948
|
-
3, // [3:3] is the sub-list for extension type_name
|
949
|
-
3, // [3:3] is the sub-list for extension extendee
|
950
|
-
0, // [0:3] is the sub-list for field type_name
|
951
|
-
}
|
952
|
-
|
953
|
-
func init() { file_proto_ecs_snapshot_proto_init() }
|
954
|
-
func file_proto_ecs_snapshot_proto_init() {
|
955
|
-
if File_proto_ecs_snapshot_proto != nil {
|
956
|
-
return
|
957
|
-
}
|
958
|
-
if !protoimpl.UnsafeEnabled {
|
959
|
-
file_proto_ecs_snapshot_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
960
|
-
switch v := v.(*ECSState); i {
|
961
|
-
case 0:
|
962
|
-
return &v.state
|
963
|
-
case 1:
|
964
|
-
return &v.sizeCache
|
965
|
-
case 2:
|
966
|
-
return &v.unknownFields
|
967
|
-
default:
|
968
|
-
return nil
|
969
|
-
}
|
970
|
-
}
|
971
|
-
file_proto_ecs_snapshot_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
972
|
-
switch v := v.(*ECSStateSnapshot); i {
|
973
|
-
case 0:
|
974
|
-
return &v.state
|
975
|
-
case 1:
|
976
|
-
return &v.sizeCache
|
977
|
-
case 2:
|
978
|
-
return &v.unknownFields
|
979
|
-
default:
|
980
|
-
return nil
|
981
|
-
}
|
982
|
-
}
|
983
|
-
file_proto_ecs_snapshot_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
984
|
-
switch v := v.(*Worlds); i {
|
985
|
-
case 0:
|
986
|
-
return &v.state
|
987
|
-
case 1:
|
988
|
-
return &v.sizeCache
|
989
|
-
case 2:
|
990
|
-
return &v.unknownFields
|
991
|
-
default:
|
992
|
-
return nil
|
993
|
-
}
|
994
|
-
}
|
995
|
-
file_proto_ecs_snapshot_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
996
|
-
switch v := v.(*ECSStateRequestLatest); i {
|
997
|
-
case 0:
|
998
|
-
return &v.state
|
999
|
-
case 1:
|
1000
|
-
return &v.sizeCache
|
1001
|
-
case 2:
|
1002
|
-
return &v.unknownFields
|
1003
|
-
default:
|
1004
|
-
return nil
|
1005
|
-
}
|
1006
|
-
}
|
1007
|
-
file_proto_ecs_snapshot_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
1008
|
-
switch v := v.(*ECSStateRequestLatestStreamPruned); i {
|
1009
|
-
case 0:
|
1010
|
-
return &v.state
|
1011
|
-
case 1:
|
1012
|
-
return &v.sizeCache
|
1013
|
-
case 2:
|
1014
|
-
return &v.unknownFields
|
1015
|
-
default:
|
1016
|
-
return nil
|
1017
|
-
}
|
1018
|
-
}
|
1019
|
-
file_proto_ecs_snapshot_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
1020
|
-
switch v := v.(*ECSStateRequestLatestStream); i {
|
1021
|
-
case 0:
|
1022
|
-
return &v.state
|
1023
|
-
case 1:
|
1024
|
-
return &v.sizeCache
|
1025
|
-
case 2:
|
1026
|
-
return &v.unknownFields
|
1027
|
-
default:
|
1028
|
-
return nil
|
1029
|
-
}
|
1030
|
-
}
|
1031
|
-
file_proto_ecs_snapshot_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
1032
|
-
switch v := v.(*ECSStateBlockRequestLatest); i {
|
1033
|
-
case 0:
|
1034
|
-
return &v.state
|
1035
|
-
case 1:
|
1036
|
-
return &v.sizeCache
|
1037
|
-
case 2:
|
1038
|
-
return &v.unknownFields
|
1039
|
-
default:
|
1040
|
-
return nil
|
1041
|
-
}
|
1042
|
-
}
|
1043
|
-
file_proto_ecs_snapshot_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
1044
|
-
switch v := v.(*ECSStateRequestAtBlock); i {
|
1045
|
-
case 0:
|
1046
|
-
return &v.state
|
1047
|
-
case 1:
|
1048
|
-
return &v.sizeCache
|
1049
|
-
case 2:
|
1050
|
-
return &v.unknownFields
|
1051
|
-
default:
|
1052
|
-
return nil
|
1053
|
-
}
|
1054
|
-
}
|
1055
|
-
file_proto_ecs_snapshot_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
1056
|
-
switch v := v.(*WorldsRequest); i {
|
1057
|
-
case 0:
|
1058
|
-
return &v.state
|
1059
|
-
case 1:
|
1060
|
-
return &v.sizeCache
|
1061
|
-
case 2:
|
1062
|
-
return &v.unknownFields
|
1063
|
-
default:
|
1064
|
-
return nil
|
1065
|
-
}
|
1066
|
-
}
|
1067
|
-
file_proto_ecs_snapshot_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
1068
|
-
switch v := v.(*ECSStateReply); i {
|
1069
|
-
case 0:
|
1070
|
-
return &v.state
|
1071
|
-
case 1:
|
1072
|
-
return &v.sizeCache
|
1073
|
-
case 2:
|
1074
|
-
return &v.unknownFields
|
1075
|
-
default:
|
1076
|
-
return nil
|
1077
|
-
}
|
1078
|
-
}
|
1079
|
-
file_proto_ecs_snapshot_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
1080
|
-
switch v := v.(*ECSStateReplyV2); i {
|
1081
|
-
case 0:
|
1082
|
-
return &v.state
|
1083
|
-
case 1:
|
1084
|
-
return &v.sizeCache
|
1085
|
-
case 2:
|
1086
|
-
return &v.unknownFields
|
1087
|
-
default:
|
1088
|
-
return nil
|
1089
|
-
}
|
1090
|
-
}
|
1091
|
-
file_proto_ecs_snapshot_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
1092
|
-
switch v := v.(*ECSStateBlockReply); i {
|
1093
|
-
case 0:
|
1094
|
-
return &v.state
|
1095
|
-
case 1:
|
1096
|
-
return &v.sizeCache
|
1097
|
-
case 2:
|
1098
|
-
return &v.unknownFields
|
1099
|
-
default:
|
1100
|
-
return nil
|
1101
|
-
}
|
1102
|
-
}
|
1103
|
-
}
|
1104
|
-
file_proto_ecs_snapshot_proto_msgTypes[4].OneofWrappers = []interface{}{}
|
1105
|
-
file_proto_ecs_snapshot_proto_msgTypes[5].OneofWrappers = []interface{}{}
|
1106
|
-
type x struct{}
|
1107
|
-
out := protoimpl.TypeBuilder{
|
1108
|
-
File: protoimpl.DescBuilder{
|
1109
|
-
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
1110
|
-
RawDescriptor: file_proto_ecs_snapshot_proto_rawDesc,
|
1111
|
-
NumEnums: 0,
|
1112
|
-
NumMessages: 12,
|
1113
|
-
NumExtensions: 0,
|
1114
|
-
NumServices: 1,
|
1115
|
-
},
|
1116
|
-
GoTypes: file_proto_ecs_snapshot_proto_goTypes,
|
1117
|
-
DependencyIndexes: file_proto_ecs_snapshot_proto_depIdxs,
|
1118
|
-
MessageInfos: file_proto_ecs_snapshot_proto_msgTypes,
|
1119
|
-
}.Build()
|
1120
|
-
File_proto_ecs_snapshot_proto = out.File
|
1121
|
-
file_proto_ecs_snapshot_proto_rawDesc = nil
|
1122
|
-
file_proto_ecs_snapshot_proto_goTypes = nil
|
1123
|
-
file_proto_ecs_snapshot_proto_depIdxs = nil
|
1124
|
-
}
|