fbcrawl-colly 0.2.4 → 1.1.1

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,1793 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.25.0-devel
4
+ // protoc v3.12.3
5
+ // source: fbcrawl.proto
6
+
7
+ package pb
8
+
9
+ import (
10
+ proto "github.com/golang/protobuf/proto"
11
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13
+ reflect "reflect"
14
+ sync "sync"
15
+ )
16
+
17
+ const (
18
+ // Verify that this generated code is sufficiently up-to-date.
19
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
20
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
21
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
22
+ )
23
+
24
+ // This is a compile-time assertion that a sufficiently up-to-date version
25
+ // of the legacy proto package is being used.
26
+ const _ = proto.ProtoPackageIsVersion4
27
+
28
+ type Context struct {
29
+ state protoimpl.MessageState
30
+ sizeCache protoimpl.SizeCache
31
+ unknownFields protoimpl.UnknownFields
32
+
33
+ Cookies string `protobuf:"bytes,1,opt,name=cookies,proto3" json:"cookies,omitempty"`
34
+ }
35
+
36
+ func (x *Context) Reset() {
37
+ *x = Context{}
38
+ if protoimpl.UnsafeEnabled {
39
+ mi := &file_fbcrawl_proto_msgTypes[0]
40
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
41
+ ms.StoreMessageInfo(mi)
42
+ }
43
+ }
44
+
45
+ func (x *Context) String() string {
46
+ return protoimpl.X.MessageStringOf(x)
47
+ }
48
+
49
+ func (*Context) ProtoMessage() {}
50
+
51
+ func (x *Context) ProtoReflect() protoreflect.Message {
52
+ mi := &file_fbcrawl_proto_msgTypes[0]
53
+ if protoimpl.UnsafeEnabled && x != nil {
54
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
55
+ if ms.LoadMessageInfo() == nil {
56
+ ms.StoreMessageInfo(mi)
57
+ }
58
+ return ms
59
+ }
60
+ return mi.MessageOf(x)
61
+ }
62
+
63
+ // Deprecated: Use Context.ProtoReflect.Descriptor instead.
64
+ func (*Context) Descriptor() ([]byte, []int) {
65
+ return file_fbcrawl_proto_rawDescGZIP(), []int{0}
66
+ }
67
+
68
+ func (x *Context) GetCookies() string {
69
+ if x != nil {
70
+ return x.Cookies
71
+ }
72
+ return ""
73
+ }
74
+
75
+ type LoginRequest struct {
76
+ state protoimpl.MessageState
77
+ sizeCache protoimpl.SizeCache
78
+ unknownFields protoimpl.UnknownFields
79
+
80
+ Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
81
+ Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
82
+ TotpSecret string `protobuf:"bytes,4,opt,name=totp_secret,json=totpSecret,proto3" json:"totp_secret,omitempty"`
83
+ }
84
+
85
+ func (x *LoginRequest) Reset() {
86
+ *x = LoginRequest{}
87
+ if protoimpl.UnsafeEnabled {
88
+ mi := &file_fbcrawl_proto_msgTypes[1]
89
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
90
+ ms.StoreMessageInfo(mi)
91
+ }
92
+ }
93
+
94
+ func (x *LoginRequest) String() string {
95
+ return protoimpl.X.MessageStringOf(x)
96
+ }
97
+
98
+ func (*LoginRequest) ProtoMessage() {}
99
+
100
+ func (x *LoginRequest) ProtoReflect() protoreflect.Message {
101
+ mi := &file_fbcrawl_proto_msgTypes[1]
102
+ if protoimpl.UnsafeEnabled && x != nil {
103
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
104
+ if ms.LoadMessageInfo() == nil {
105
+ ms.StoreMessageInfo(mi)
106
+ }
107
+ return ms
108
+ }
109
+ return mi.MessageOf(x)
110
+ }
111
+
112
+ // Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.
113
+ func (*LoginRequest) Descriptor() ([]byte, []int) {
114
+ return file_fbcrawl_proto_rawDescGZIP(), []int{1}
115
+ }
116
+
117
+ func (x *LoginRequest) GetEmail() string {
118
+ if x != nil {
119
+ return x.Email
120
+ }
121
+ return ""
122
+ }
123
+
124
+ func (x *LoginRequest) GetPassword() string {
125
+ if x != nil {
126
+ return x.Password
127
+ }
128
+ return ""
129
+ }
130
+
131
+ func (x *LoginRequest) GetTotpSecret() string {
132
+ if x != nil {
133
+ return x.TotpSecret
134
+ }
135
+ return ""
136
+ }
137
+
138
+ type LoginResponse struct {
139
+ state protoimpl.MessageState
140
+ sizeCache protoimpl.SizeCache
141
+ unknownFields protoimpl.UnknownFields
142
+
143
+ Cookies string `protobuf:"bytes,1,opt,name=cookies,proto3" json:"cookies,omitempty"`
144
+ }
145
+
146
+ func (x *LoginResponse) Reset() {
147
+ *x = LoginResponse{}
148
+ if protoimpl.UnsafeEnabled {
149
+ mi := &file_fbcrawl_proto_msgTypes[2]
150
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
151
+ ms.StoreMessageInfo(mi)
152
+ }
153
+ }
154
+
155
+ func (x *LoginResponse) String() string {
156
+ return protoimpl.X.MessageStringOf(x)
157
+ }
158
+
159
+ func (*LoginResponse) ProtoMessage() {}
160
+
161
+ func (x *LoginResponse) ProtoReflect() protoreflect.Message {
162
+ mi := &file_fbcrawl_proto_msgTypes[2]
163
+ if protoimpl.UnsafeEnabled && x != nil {
164
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
165
+ if ms.LoadMessageInfo() == nil {
166
+ ms.StoreMessageInfo(mi)
167
+ }
168
+ return ms
169
+ }
170
+ return mi.MessageOf(x)
171
+ }
172
+
173
+ // Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.
174
+ func (*LoginResponse) Descriptor() ([]byte, []int) {
175
+ return file_fbcrawl_proto_rawDescGZIP(), []int{2}
176
+ }
177
+
178
+ func (x *LoginResponse) GetCookies() string {
179
+ if x != nil {
180
+ return x.Cookies
181
+ }
182
+ return ""
183
+ }
184
+
185
+ type LoginWithCookiesRequest struct {
186
+ state protoimpl.MessageState
187
+ sizeCache protoimpl.SizeCache
188
+ unknownFields protoimpl.UnknownFields
189
+
190
+ Cookies string `protobuf:"bytes,1,opt,name=cookies,proto3" json:"cookies,omitempty"`
191
+ }
192
+
193
+ func (x *LoginWithCookiesRequest) Reset() {
194
+ *x = LoginWithCookiesRequest{}
195
+ if protoimpl.UnsafeEnabled {
196
+ mi := &file_fbcrawl_proto_msgTypes[3]
197
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
198
+ ms.StoreMessageInfo(mi)
199
+ }
200
+ }
201
+
202
+ func (x *LoginWithCookiesRequest) String() string {
203
+ return protoimpl.X.MessageStringOf(x)
204
+ }
205
+
206
+ func (*LoginWithCookiesRequest) ProtoMessage() {}
207
+
208
+ func (x *LoginWithCookiesRequest) ProtoReflect() protoreflect.Message {
209
+ mi := &file_fbcrawl_proto_msgTypes[3]
210
+ if protoimpl.UnsafeEnabled && x != nil {
211
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
212
+ if ms.LoadMessageInfo() == nil {
213
+ ms.StoreMessageInfo(mi)
214
+ }
215
+ return ms
216
+ }
217
+ return mi.MessageOf(x)
218
+ }
219
+
220
+ // Deprecated: Use LoginWithCookiesRequest.ProtoReflect.Descriptor instead.
221
+ func (*LoginWithCookiesRequest) Descriptor() ([]byte, []int) {
222
+ return file_fbcrawl_proto_rawDescGZIP(), []int{3}
223
+ }
224
+
225
+ func (x *LoginWithCookiesRequest) GetCookies() string {
226
+ if x != nil {
227
+ return x.Cookies
228
+ }
229
+ return ""
230
+ }
231
+
232
+ type FetchMyGroupsRequest struct {
233
+ state protoimpl.MessageState
234
+ sizeCache protoimpl.SizeCache
235
+ unknownFields protoimpl.UnknownFields
236
+
237
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
238
+ }
239
+
240
+ func (x *FetchMyGroupsRequest) Reset() {
241
+ *x = FetchMyGroupsRequest{}
242
+ if protoimpl.UnsafeEnabled {
243
+ mi := &file_fbcrawl_proto_msgTypes[4]
244
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
245
+ ms.StoreMessageInfo(mi)
246
+ }
247
+ }
248
+
249
+ func (x *FetchMyGroupsRequest) String() string {
250
+ return protoimpl.X.MessageStringOf(x)
251
+ }
252
+
253
+ func (*FetchMyGroupsRequest) ProtoMessage() {}
254
+
255
+ func (x *FetchMyGroupsRequest) ProtoReflect() protoreflect.Message {
256
+ mi := &file_fbcrawl_proto_msgTypes[4]
257
+ if protoimpl.UnsafeEnabled && x != nil {
258
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
259
+ if ms.LoadMessageInfo() == nil {
260
+ ms.StoreMessageInfo(mi)
261
+ }
262
+ return ms
263
+ }
264
+ return mi.MessageOf(x)
265
+ }
266
+
267
+ // Deprecated: Use FetchMyGroupsRequest.ProtoReflect.Descriptor instead.
268
+ func (*FetchMyGroupsRequest) Descriptor() ([]byte, []int) {
269
+ return file_fbcrawl_proto_rawDescGZIP(), []int{4}
270
+ }
271
+
272
+ func (x *FetchMyGroupsRequest) GetContext() *Context {
273
+ if x != nil {
274
+ return x.Context
275
+ }
276
+ return nil
277
+ }
278
+
279
+ type FetchGroupInfoRequest struct {
280
+ state protoimpl.MessageState
281
+ sizeCache protoimpl.SizeCache
282
+ unknownFields protoimpl.UnknownFields
283
+
284
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
285
+ GroupUsername string `protobuf:"bytes,2,opt,name=group_username,json=groupUsername,proto3" json:"group_username,omitempty"`
286
+ }
287
+
288
+ func (x *FetchGroupInfoRequest) Reset() {
289
+ *x = FetchGroupInfoRequest{}
290
+ if protoimpl.UnsafeEnabled {
291
+ mi := &file_fbcrawl_proto_msgTypes[5]
292
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
293
+ ms.StoreMessageInfo(mi)
294
+ }
295
+ }
296
+
297
+ func (x *FetchGroupInfoRequest) String() string {
298
+ return protoimpl.X.MessageStringOf(x)
299
+ }
300
+
301
+ func (*FetchGroupInfoRequest) ProtoMessage() {}
302
+
303
+ func (x *FetchGroupInfoRequest) ProtoReflect() protoreflect.Message {
304
+ mi := &file_fbcrawl_proto_msgTypes[5]
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 FetchGroupInfoRequest.ProtoReflect.Descriptor instead.
316
+ func (*FetchGroupInfoRequest) Descriptor() ([]byte, []int) {
317
+ return file_fbcrawl_proto_rawDescGZIP(), []int{5}
318
+ }
319
+
320
+ func (x *FetchGroupInfoRequest) GetContext() *Context {
321
+ if x != nil {
322
+ return x.Context
323
+ }
324
+ return nil
325
+ }
326
+
327
+ func (x *FetchGroupInfoRequest) GetGroupUsername() string {
328
+ if x != nil {
329
+ return x.GroupUsername
330
+ }
331
+ return ""
332
+ }
333
+
334
+ type FetchUserInfoRequest struct {
335
+ state protoimpl.MessageState
336
+ sizeCache protoimpl.SizeCache
337
+ unknownFields protoimpl.UnknownFields
338
+
339
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
340
+ Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
341
+ }
342
+
343
+ func (x *FetchUserInfoRequest) Reset() {
344
+ *x = FetchUserInfoRequest{}
345
+ if protoimpl.UnsafeEnabled {
346
+ mi := &file_fbcrawl_proto_msgTypes[6]
347
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
348
+ ms.StoreMessageInfo(mi)
349
+ }
350
+ }
351
+
352
+ func (x *FetchUserInfoRequest) String() string {
353
+ return protoimpl.X.MessageStringOf(x)
354
+ }
355
+
356
+ func (*FetchUserInfoRequest) ProtoMessage() {}
357
+
358
+ func (x *FetchUserInfoRequest) ProtoReflect() protoreflect.Message {
359
+ mi := &file_fbcrawl_proto_msgTypes[6]
360
+ if protoimpl.UnsafeEnabled && x != nil {
361
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
362
+ if ms.LoadMessageInfo() == nil {
363
+ ms.StoreMessageInfo(mi)
364
+ }
365
+ return ms
366
+ }
367
+ return mi.MessageOf(x)
368
+ }
369
+
370
+ // Deprecated: Use FetchUserInfoRequest.ProtoReflect.Descriptor instead.
371
+ func (*FetchUserInfoRequest) Descriptor() ([]byte, []int) {
372
+ return file_fbcrawl_proto_rawDescGZIP(), []int{6}
373
+ }
374
+
375
+ func (x *FetchUserInfoRequest) GetContext() *Context {
376
+ if x != nil {
377
+ return x.Context
378
+ }
379
+ return nil
380
+ }
381
+
382
+ func (x *FetchUserInfoRequest) GetUsername() string {
383
+ if x != nil {
384
+ return x.Username
385
+ }
386
+ return ""
387
+ }
388
+
389
+ type FetchGroupFeedRequest struct {
390
+ state protoimpl.MessageState
391
+ sizeCache protoimpl.SizeCache
392
+ unknownFields protoimpl.UnknownFields
393
+
394
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
395
+ GroupId int64 `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
396
+ NextCursor string `protobuf:"bytes,3,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
397
+ }
398
+
399
+ func (x *FetchGroupFeedRequest) Reset() {
400
+ *x = FetchGroupFeedRequest{}
401
+ if protoimpl.UnsafeEnabled {
402
+ mi := &file_fbcrawl_proto_msgTypes[7]
403
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
404
+ ms.StoreMessageInfo(mi)
405
+ }
406
+ }
407
+
408
+ func (x *FetchGroupFeedRequest) String() string {
409
+ return protoimpl.X.MessageStringOf(x)
410
+ }
411
+
412
+ func (*FetchGroupFeedRequest) ProtoMessage() {}
413
+
414
+ func (x *FetchGroupFeedRequest) ProtoReflect() protoreflect.Message {
415
+ mi := &file_fbcrawl_proto_msgTypes[7]
416
+ if protoimpl.UnsafeEnabled && x != nil {
417
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
418
+ if ms.LoadMessageInfo() == nil {
419
+ ms.StoreMessageInfo(mi)
420
+ }
421
+ return ms
422
+ }
423
+ return mi.MessageOf(x)
424
+ }
425
+
426
+ // Deprecated: Use FetchGroupFeedRequest.ProtoReflect.Descriptor instead.
427
+ func (*FetchGroupFeedRequest) Descriptor() ([]byte, []int) {
428
+ return file_fbcrawl_proto_rawDescGZIP(), []int{7}
429
+ }
430
+
431
+ func (x *FetchGroupFeedRequest) GetContext() *Context {
432
+ if x != nil {
433
+ return x.Context
434
+ }
435
+ return nil
436
+ }
437
+
438
+ func (x *FetchGroupFeedRequest) GetGroupId() int64 {
439
+ if x != nil {
440
+ return x.GroupId
441
+ }
442
+ return 0
443
+ }
444
+
445
+ func (x *FetchGroupFeedRequest) GetNextCursor() string {
446
+ if x != nil {
447
+ return x.NextCursor
448
+ }
449
+ return ""
450
+ }
451
+
452
+ type FetchPostRequest struct {
453
+ state protoimpl.MessageState
454
+ sizeCache protoimpl.SizeCache
455
+ unknownFields protoimpl.UnknownFields
456
+
457
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
458
+ GroupId int64 `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
459
+ PostId int64 `protobuf:"varint,3,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
460
+ CommentNextCursor string `protobuf:"bytes,4,opt,name=comment_next_cursor,json=commentNextCursor,proto3" json:"comment_next_cursor,omitempty"`
461
+ }
462
+
463
+ func (x *FetchPostRequest) Reset() {
464
+ *x = FetchPostRequest{}
465
+ if protoimpl.UnsafeEnabled {
466
+ mi := &file_fbcrawl_proto_msgTypes[8]
467
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
468
+ ms.StoreMessageInfo(mi)
469
+ }
470
+ }
471
+
472
+ func (x *FetchPostRequest) String() string {
473
+ return protoimpl.X.MessageStringOf(x)
474
+ }
475
+
476
+ func (*FetchPostRequest) ProtoMessage() {}
477
+
478
+ func (x *FetchPostRequest) ProtoReflect() protoreflect.Message {
479
+ mi := &file_fbcrawl_proto_msgTypes[8]
480
+ if protoimpl.UnsafeEnabled && x != nil {
481
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
482
+ if ms.LoadMessageInfo() == nil {
483
+ ms.StoreMessageInfo(mi)
484
+ }
485
+ return ms
486
+ }
487
+ return mi.MessageOf(x)
488
+ }
489
+
490
+ // Deprecated: Use FetchPostRequest.ProtoReflect.Descriptor instead.
491
+ func (*FetchPostRequest) Descriptor() ([]byte, []int) {
492
+ return file_fbcrawl_proto_rawDescGZIP(), []int{8}
493
+ }
494
+
495
+ func (x *FetchPostRequest) GetContext() *Context {
496
+ if x != nil {
497
+ return x.Context
498
+ }
499
+ return nil
500
+ }
501
+
502
+ func (x *FetchPostRequest) GetGroupId() int64 {
503
+ if x != nil {
504
+ return x.GroupId
505
+ }
506
+ return 0
507
+ }
508
+
509
+ func (x *FetchPostRequest) GetPostId() int64 {
510
+ if x != nil {
511
+ return x.PostId
512
+ }
513
+ return 0
514
+ }
515
+
516
+ func (x *FetchPostRequest) GetCommentNextCursor() string {
517
+ if x != nil {
518
+ return x.CommentNextCursor
519
+ }
520
+ return ""
521
+ }
522
+
523
+ type FetchContentImagesRequest struct {
524
+ state protoimpl.MessageState
525
+ sizeCache protoimpl.SizeCache
526
+ unknownFields protoimpl.UnknownFields
527
+
528
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
529
+ PostId int64 `protobuf:"varint,2,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
530
+ NextCursor string `protobuf:"bytes,3,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
531
+ }
532
+
533
+ func (x *FetchContentImagesRequest) Reset() {
534
+ *x = FetchContentImagesRequest{}
535
+ if protoimpl.UnsafeEnabled {
536
+ mi := &file_fbcrawl_proto_msgTypes[9]
537
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
538
+ ms.StoreMessageInfo(mi)
539
+ }
540
+ }
541
+
542
+ func (x *FetchContentImagesRequest) String() string {
543
+ return protoimpl.X.MessageStringOf(x)
544
+ }
545
+
546
+ func (*FetchContentImagesRequest) ProtoMessage() {}
547
+
548
+ func (x *FetchContentImagesRequest) ProtoReflect() protoreflect.Message {
549
+ mi := &file_fbcrawl_proto_msgTypes[9]
550
+ if protoimpl.UnsafeEnabled && x != nil {
551
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
552
+ if ms.LoadMessageInfo() == nil {
553
+ ms.StoreMessageInfo(mi)
554
+ }
555
+ return ms
556
+ }
557
+ return mi.MessageOf(x)
558
+ }
559
+
560
+ // Deprecated: Use FetchContentImagesRequest.ProtoReflect.Descriptor instead.
561
+ func (*FetchContentImagesRequest) Descriptor() ([]byte, []int) {
562
+ return file_fbcrawl_proto_rawDescGZIP(), []int{9}
563
+ }
564
+
565
+ func (x *FetchContentImagesRequest) GetContext() *Context {
566
+ if x != nil {
567
+ return x.Context
568
+ }
569
+ return nil
570
+ }
571
+
572
+ func (x *FetchContentImagesRequest) GetPostId() int64 {
573
+ if x != nil {
574
+ return x.PostId
575
+ }
576
+ return 0
577
+ }
578
+
579
+ func (x *FetchContentImagesRequest) GetNextCursor() string {
580
+ if x != nil {
581
+ return x.NextCursor
582
+ }
583
+ return ""
584
+ }
585
+
586
+ type FetchImageUrlRequest struct {
587
+ state protoimpl.MessageState
588
+ sizeCache protoimpl.SizeCache
589
+ unknownFields protoimpl.UnknownFields
590
+
591
+ Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
592
+ ImageId int64 `protobuf:"varint,2,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
593
+ }
594
+
595
+ func (x *FetchImageUrlRequest) Reset() {
596
+ *x = FetchImageUrlRequest{}
597
+ if protoimpl.UnsafeEnabled {
598
+ mi := &file_fbcrawl_proto_msgTypes[10]
599
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
600
+ ms.StoreMessageInfo(mi)
601
+ }
602
+ }
603
+
604
+ func (x *FetchImageUrlRequest) String() string {
605
+ return protoimpl.X.MessageStringOf(x)
606
+ }
607
+
608
+ func (*FetchImageUrlRequest) ProtoMessage() {}
609
+
610
+ func (x *FetchImageUrlRequest) ProtoReflect() protoreflect.Message {
611
+ mi := &file_fbcrawl_proto_msgTypes[10]
612
+ if protoimpl.UnsafeEnabled && x != nil {
613
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
614
+ if ms.LoadMessageInfo() == nil {
615
+ ms.StoreMessageInfo(mi)
616
+ }
617
+ return ms
618
+ }
619
+ return mi.MessageOf(x)
620
+ }
621
+
622
+ // Deprecated: Use FetchImageUrlRequest.ProtoReflect.Descriptor instead.
623
+ func (*FetchImageUrlRequest) Descriptor() ([]byte, []int) {
624
+ return file_fbcrawl_proto_rawDescGZIP(), []int{10}
625
+ }
626
+
627
+ func (x *FetchImageUrlRequest) GetContext() *Context {
628
+ if x != nil {
629
+ return x.Context
630
+ }
631
+ return nil
632
+ }
633
+
634
+ func (x *FetchImageUrlRequest) GetImageId() int64 {
635
+ if x != nil {
636
+ return x.ImageId
637
+ }
638
+ return 0
639
+ }
640
+
641
+ type FacebookGroupList struct {
642
+ state protoimpl.MessageState
643
+ sizeCache protoimpl.SizeCache
644
+ unknownFields protoimpl.UnknownFields
645
+
646
+ Groups []*FacebookGroup `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
647
+ }
648
+
649
+ func (x *FacebookGroupList) Reset() {
650
+ *x = FacebookGroupList{}
651
+ if protoimpl.UnsafeEnabled {
652
+ mi := &file_fbcrawl_proto_msgTypes[11]
653
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
654
+ ms.StoreMessageInfo(mi)
655
+ }
656
+ }
657
+
658
+ func (x *FacebookGroupList) String() string {
659
+ return protoimpl.X.MessageStringOf(x)
660
+ }
661
+
662
+ func (*FacebookGroupList) ProtoMessage() {}
663
+
664
+ func (x *FacebookGroupList) ProtoReflect() protoreflect.Message {
665
+ mi := &file_fbcrawl_proto_msgTypes[11]
666
+ if protoimpl.UnsafeEnabled && x != nil {
667
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
668
+ if ms.LoadMessageInfo() == nil {
669
+ ms.StoreMessageInfo(mi)
670
+ }
671
+ return ms
672
+ }
673
+ return mi.MessageOf(x)
674
+ }
675
+
676
+ // Deprecated: Use FacebookGroupList.ProtoReflect.Descriptor instead.
677
+ func (*FacebookGroupList) Descriptor() ([]byte, []int) {
678
+ return file_fbcrawl_proto_rawDescGZIP(), []int{11}
679
+ }
680
+
681
+ func (x *FacebookGroupList) GetGroups() []*FacebookGroup {
682
+ if x != nil {
683
+ return x.Groups
684
+ }
685
+ return nil
686
+ }
687
+
688
+ type FacebookGroup struct {
689
+ state protoimpl.MessageState
690
+ sizeCache protoimpl.SizeCache
691
+ unknownFields protoimpl.UnknownFields
692
+
693
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
694
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
695
+ MemberCount int64 `protobuf:"varint,3,opt,name=member_count,json=memberCount,proto3" json:"member_count,omitempty"`
696
+ }
697
+
698
+ func (x *FacebookGroup) Reset() {
699
+ *x = FacebookGroup{}
700
+ if protoimpl.UnsafeEnabled {
701
+ mi := &file_fbcrawl_proto_msgTypes[12]
702
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
703
+ ms.StoreMessageInfo(mi)
704
+ }
705
+ }
706
+
707
+ func (x *FacebookGroup) String() string {
708
+ return protoimpl.X.MessageStringOf(x)
709
+ }
710
+
711
+ func (*FacebookGroup) ProtoMessage() {}
712
+
713
+ func (x *FacebookGroup) ProtoReflect() protoreflect.Message {
714
+ mi := &file_fbcrawl_proto_msgTypes[12]
715
+ if protoimpl.UnsafeEnabled && x != nil {
716
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
717
+ if ms.LoadMessageInfo() == nil {
718
+ ms.StoreMessageInfo(mi)
719
+ }
720
+ return ms
721
+ }
722
+ return mi.MessageOf(x)
723
+ }
724
+
725
+ // Deprecated: Use FacebookGroup.ProtoReflect.Descriptor instead.
726
+ func (*FacebookGroup) Descriptor() ([]byte, []int) {
727
+ return file_fbcrawl_proto_rawDescGZIP(), []int{12}
728
+ }
729
+
730
+ func (x *FacebookGroup) GetId() int64 {
731
+ if x != nil {
732
+ return x.Id
733
+ }
734
+ return 0
735
+ }
736
+
737
+ func (x *FacebookGroup) GetName() string {
738
+ if x != nil {
739
+ return x.Name
740
+ }
741
+ return ""
742
+ }
743
+
744
+ func (x *FacebookGroup) GetMemberCount() int64 {
745
+ if x != nil {
746
+ return x.MemberCount
747
+ }
748
+ return 0
749
+ }
750
+
751
+ type FacebookUser struct {
752
+ state protoimpl.MessageState
753
+ sizeCache protoimpl.SizeCache
754
+ unknownFields protoimpl.UnknownFields
755
+
756
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
757
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
758
+ Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
759
+ FriendCount int64 `protobuf:"varint,4,opt,name=friend_count,json=friendCount,proto3" json:"friend_count,omitempty"`
760
+ }
761
+
762
+ func (x *FacebookUser) Reset() {
763
+ *x = FacebookUser{}
764
+ if protoimpl.UnsafeEnabled {
765
+ mi := &file_fbcrawl_proto_msgTypes[13]
766
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
767
+ ms.StoreMessageInfo(mi)
768
+ }
769
+ }
770
+
771
+ func (x *FacebookUser) String() string {
772
+ return protoimpl.X.MessageStringOf(x)
773
+ }
774
+
775
+ func (*FacebookUser) ProtoMessage() {}
776
+
777
+ func (x *FacebookUser) ProtoReflect() protoreflect.Message {
778
+ mi := &file_fbcrawl_proto_msgTypes[13]
779
+ if protoimpl.UnsafeEnabled && x != nil {
780
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
781
+ if ms.LoadMessageInfo() == nil {
782
+ ms.StoreMessageInfo(mi)
783
+ }
784
+ return ms
785
+ }
786
+ return mi.MessageOf(x)
787
+ }
788
+
789
+ // Deprecated: Use FacebookUser.ProtoReflect.Descriptor instead.
790
+ func (*FacebookUser) Descriptor() ([]byte, []int) {
791
+ return file_fbcrawl_proto_rawDescGZIP(), []int{13}
792
+ }
793
+
794
+ func (x *FacebookUser) GetId() int64 {
795
+ if x != nil {
796
+ return x.Id
797
+ }
798
+ return 0
799
+ }
800
+
801
+ func (x *FacebookUser) GetName() string {
802
+ if x != nil {
803
+ return x.Name
804
+ }
805
+ return ""
806
+ }
807
+
808
+ func (x *FacebookUser) GetUsername() string {
809
+ if x != nil {
810
+ return x.Username
811
+ }
812
+ return ""
813
+ }
814
+
815
+ func (x *FacebookUser) GetFriendCount() int64 {
816
+ if x != nil {
817
+ return x.FriendCount
818
+ }
819
+ return 0
820
+ }
821
+
822
+ type FacebookPost struct {
823
+ state protoimpl.MessageState
824
+ sizeCache protoimpl.SizeCache
825
+ unknownFields protoimpl.UnknownFields
826
+
827
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
828
+ Group *FacebookGroup `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
829
+ User *FacebookUser `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
830
+ Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
831
+ Comments *CommentList `protobuf:"bytes,5,opt,name=comments,proto3" json:"comments,omitempty"`
832
+ ContentLink string `protobuf:"bytes,6,opt,name=content_link,json=contentLink,proto3" json:"content_link,omitempty"`
833
+ ContentImages []*FacebookImage `protobuf:"bytes,7,rep,name=content_images,json=contentImages,proto3" json:"content_images,omitempty"`
834
+ ContentImage *FacebookImage `protobuf:"bytes,8,opt,name=content_image,json=contentImage,proto3" json:"content_image,omitempty"`
835
+ CreatedAt int64 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
836
+ ReactionCount int64 `protobuf:"varint,10,opt,name=reaction_count,json=reactionCount,proto3" json:"reaction_count,omitempty"`
837
+ CommentCount int64 `protobuf:"varint,11,opt,name=comment_count,json=commentCount,proto3" json:"comment_count,omitempty"`
838
+ }
839
+
840
+ func (x *FacebookPost) Reset() {
841
+ *x = FacebookPost{}
842
+ if protoimpl.UnsafeEnabled {
843
+ mi := &file_fbcrawl_proto_msgTypes[14]
844
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
845
+ ms.StoreMessageInfo(mi)
846
+ }
847
+ }
848
+
849
+ func (x *FacebookPost) String() string {
850
+ return protoimpl.X.MessageStringOf(x)
851
+ }
852
+
853
+ func (*FacebookPost) ProtoMessage() {}
854
+
855
+ func (x *FacebookPost) ProtoReflect() protoreflect.Message {
856
+ mi := &file_fbcrawl_proto_msgTypes[14]
857
+ if protoimpl.UnsafeEnabled && x != nil {
858
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
859
+ if ms.LoadMessageInfo() == nil {
860
+ ms.StoreMessageInfo(mi)
861
+ }
862
+ return ms
863
+ }
864
+ return mi.MessageOf(x)
865
+ }
866
+
867
+ // Deprecated: Use FacebookPost.ProtoReflect.Descriptor instead.
868
+ func (*FacebookPost) Descriptor() ([]byte, []int) {
869
+ return file_fbcrawl_proto_rawDescGZIP(), []int{14}
870
+ }
871
+
872
+ func (x *FacebookPost) GetId() int64 {
873
+ if x != nil {
874
+ return x.Id
875
+ }
876
+ return 0
877
+ }
878
+
879
+ func (x *FacebookPost) GetGroup() *FacebookGroup {
880
+ if x != nil {
881
+ return x.Group
882
+ }
883
+ return nil
884
+ }
885
+
886
+ func (x *FacebookPost) GetUser() *FacebookUser {
887
+ if x != nil {
888
+ return x.User
889
+ }
890
+ return nil
891
+ }
892
+
893
+ func (x *FacebookPost) GetContent() string {
894
+ if x != nil {
895
+ return x.Content
896
+ }
897
+ return ""
898
+ }
899
+
900
+ func (x *FacebookPost) GetComments() *CommentList {
901
+ if x != nil {
902
+ return x.Comments
903
+ }
904
+ return nil
905
+ }
906
+
907
+ func (x *FacebookPost) GetContentLink() string {
908
+ if x != nil {
909
+ return x.ContentLink
910
+ }
911
+ return ""
912
+ }
913
+
914
+ func (x *FacebookPost) GetContentImages() []*FacebookImage {
915
+ if x != nil {
916
+ return x.ContentImages
917
+ }
918
+ return nil
919
+ }
920
+
921
+ func (x *FacebookPost) GetContentImage() *FacebookImage {
922
+ if x != nil {
923
+ return x.ContentImage
924
+ }
925
+ return nil
926
+ }
927
+
928
+ func (x *FacebookPost) GetCreatedAt() int64 {
929
+ if x != nil {
930
+ return x.CreatedAt
931
+ }
932
+ return 0
933
+ }
934
+
935
+ func (x *FacebookPost) GetReactionCount() int64 {
936
+ if x != nil {
937
+ return x.ReactionCount
938
+ }
939
+ return 0
940
+ }
941
+
942
+ func (x *FacebookPost) GetCommentCount() int64 {
943
+ if x != nil {
944
+ return x.CommentCount
945
+ }
946
+ return 0
947
+ }
948
+
949
+ type CommentList struct {
950
+ state protoimpl.MessageState
951
+ sizeCache protoimpl.SizeCache
952
+ unknownFields protoimpl.UnknownFields
953
+
954
+ Comments []*FacebookComment `protobuf:"bytes,5,rep,name=comments,proto3" json:"comments,omitempty"`
955
+ NextCursor string `protobuf:"bytes,12,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
956
+ }
957
+
958
+ func (x *CommentList) Reset() {
959
+ *x = CommentList{}
960
+ if protoimpl.UnsafeEnabled {
961
+ mi := &file_fbcrawl_proto_msgTypes[15]
962
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
963
+ ms.StoreMessageInfo(mi)
964
+ }
965
+ }
966
+
967
+ func (x *CommentList) String() string {
968
+ return protoimpl.X.MessageStringOf(x)
969
+ }
970
+
971
+ func (*CommentList) ProtoMessage() {}
972
+
973
+ func (x *CommentList) ProtoReflect() protoreflect.Message {
974
+ mi := &file_fbcrawl_proto_msgTypes[15]
975
+ if protoimpl.UnsafeEnabled && x != nil {
976
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
977
+ if ms.LoadMessageInfo() == nil {
978
+ ms.StoreMessageInfo(mi)
979
+ }
980
+ return ms
981
+ }
982
+ return mi.MessageOf(x)
983
+ }
984
+
985
+ // Deprecated: Use CommentList.ProtoReflect.Descriptor instead.
986
+ func (*CommentList) Descriptor() ([]byte, []int) {
987
+ return file_fbcrawl_proto_rawDescGZIP(), []int{15}
988
+ }
989
+
990
+ func (x *CommentList) GetComments() []*FacebookComment {
991
+ if x != nil {
992
+ return x.Comments
993
+ }
994
+ return nil
995
+ }
996
+
997
+ func (x *CommentList) GetNextCursor() string {
998
+ if x != nil {
999
+ return x.NextCursor
1000
+ }
1001
+ return ""
1002
+ }
1003
+
1004
+ type FacebookImage struct {
1005
+ state protoimpl.MessageState
1006
+ sizeCache protoimpl.SizeCache
1007
+ unknownFields protoimpl.UnknownFields
1008
+
1009
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1010
+ Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
1011
+ }
1012
+
1013
+ func (x *FacebookImage) Reset() {
1014
+ *x = FacebookImage{}
1015
+ if protoimpl.UnsafeEnabled {
1016
+ mi := &file_fbcrawl_proto_msgTypes[16]
1017
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1018
+ ms.StoreMessageInfo(mi)
1019
+ }
1020
+ }
1021
+
1022
+ func (x *FacebookImage) String() string {
1023
+ return protoimpl.X.MessageStringOf(x)
1024
+ }
1025
+
1026
+ func (*FacebookImage) ProtoMessage() {}
1027
+
1028
+ func (x *FacebookImage) ProtoReflect() protoreflect.Message {
1029
+ mi := &file_fbcrawl_proto_msgTypes[16]
1030
+ if protoimpl.UnsafeEnabled && x != nil {
1031
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1032
+ if ms.LoadMessageInfo() == nil {
1033
+ ms.StoreMessageInfo(mi)
1034
+ }
1035
+ return ms
1036
+ }
1037
+ return mi.MessageOf(x)
1038
+ }
1039
+
1040
+ // Deprecated: Use FacebookImage.ProtoReflect.Descriptor instead.
1041
+ func (*FacebookImage) Descriptor() ([]byte, []int) {
1042
+ return file_fbcrawl_proto_rawDescGZIP(), []int{16}
1043
+ }
1044
+
1045
+ func (x *FacebookImage) GetId() int64 {
1046
+ if x != nil {
1047
+ return x.Id
1048
+ }
1049
+ return 0
1050
+ }
1051
+
1052
+ func (x *FacebookImage) GetUrl() string {
1053
+ if x != nil {
1054
+ return x.Url
1055
+ }
1056
+ return ""
1057
+ }
1058
+
1059
+ type FacebookComment struct {
1060
+ state protoimpl.MessageState
1061
+ sizeCache protoimpl.SizeCache
1062
+ unknownFields protoimpl.UnknownFields
1063
+
1064
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1065
+ Post *FacebookPost `protobuf:"bytes,2,opt,name=post,proto3" json:"post,omitempty"`
1066
+ User *FacebookUser `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
1067
+ Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
1068
+ CreatedAt int64 `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
1069
+ }
1070
+
1071
+ func (x *FacebookComment) Reset() {
1072
+ *x = FacebookComment{}
1073
+ if protoimpl.UnsafeEnabled {
1074
+ mi := &file_fbcrawl_proto_msgTypes[17]
1075
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1076
+ ms.StoreMessageInfo(mi)
1077
+ }
1078
+ }
1079
+
1080
+ func (x *FacebookComment) String() string {
1081
+ return protoimpl.X.MessageStringOf(x)
1082
+ }
1083
+
1084
+ func (*FacebookComment) ProtoMessage() {}
1085
+
1086
+ func (x *FacebookComment) ProtoReflect() protoreflect.Message {
1087
+ mi := &file_fbcrawl_proto_msgTypes[17]
1088
+ if protoimpl.UnsafeEnabled && x != nil {
1089
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1090
+ if ms.LoadMessageInfo() == nil {
1091
+ ms.StoreMessageInfo(mi)
1092
+ }
1093
+ return ms
1094
+ }
1095
+ return mi.MessageOf(x)
1096
+ }
1097
+
1098
+ // Deprecated: Use FacebookComment.ProtoReflect.Descriptor instead.
1099
+ func (*FacebookComment) Descriptor() ([]byte, []int) {
1100
+ return file_fbcrawl_proto_rawDescGZIP(), []int{17}
1101
+ }
1102
+
1103
+ func (x *FacebookComment) GetId() int64 {
1104
+ if x != nil {
1105
+ return x.Id
1106
+ }
1107
+ return 0
1108
+ }
1109
+
1110
+ func (x *FacebookComment) GetPost() *FacebookPost {
1111
+ if x != nil {
1112
+ return x.Post
1113
+ }
1114
+ return nil
1115
+ }
1116
+
1117
+ func (x *FacebookComment) GetUser() *FacebookUser {
1118
+ if x != nil {
1119
+ return x.User
1120
+ }
1121
+ return nil
1122
+ }
1123
+
1124
+ func (x *FacebookComment) GetContent() string {
1125
+ if x != nil {
1126
+ return x.Content
1127
+ }
1128
+ return ""
1129
+ }
1130
+
1131
+ func (x *FacebookComment) GetCreatedAt() int64 {
1132
+ if x != nil {
1133
+ return x.CreatedAt
1134
+ }
1135
+ return 0
1136
+ }
1137
+
1138
+ type FacebookPostList struct {
1139
+ state protoimpl.MessageState
1140
+ sizeCache protoimpl.SizeCache
1141
+ unknownFields protoimpl.UnknownFields
1142
+
1143
+ Posts []*FacebookPost `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"`
1144
+ NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
1145
+ }
1146
+
1147
+ func (x *FacebookPostList) Reset() {
1148
+ *x = FacebookPostList{}
1149
+ if protoimpl.UnsafeEnabled {
1150
+ mi := &file_fbcrawl_proto_msgTypes[18]
1151
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1152
+ ms.StoreMessageInfo(mi)
1153
+ }
1154
+ }
1155
+
1156
+ func (x *FacebookPostList) String() string {
1157
+ return protoimpl.X.MessageStringOf(x)
1158
+ }
1159
+
1160
+ func (*FacebookPostList) ProtoMessage() {}
1161
+
1162
+ func (x *FacebookPostList) ProtoReflect() protoreflect.Message {
1163
+ mi := &file_fbcrawl_proto_msgTypes[18]
1164
+ if protoimpl.UnsafeEnabled && x != nil {
1165
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1166
+ if ms.LoadMessageInfo() == nil {
1167
+ ms.StoreMessageInfo(mi)
1168
+ }
1169
+ return ms
1170
+ }
1171
+ return mi.MessageOf(x)
1172
+ }
1173
+
1174
+ // Deprecated: Use FacebookPostList.ProtoReflect.Descriptor instead.
1175
+ func (*FacebookPostList) Descriptor() ([]byte, []int) {
1176
+ return file_fbcrawl_proto_rawDescGZIP(), []int{18}
1177
+ }
1178
+
1179
+ func (x *FacebookPostList) GetPosts() []*FacebookPost {
1180
+ if x != nil {
1181
+ return x.Posts
1182
+ }
1183
+ return nil
1184
+ }
1185
+
1186
+ func (x *FacebookPostList) GetNextCursor() string {
1187
+ if x != nil {
1188
+ return x.NextCursor
1189
+ }
1190
+ return ""
1191
+ }
1192
+
1193
+ type FacebookImageList struct {
1194
+ state protoimpl.MessageState
1195
+ sizeCache protoimpl.SizeCache
1196
+ unknownFields protoimpl.UnknownFields
1197
+
1198
+ Images []*FacebookImage `protobuf:"bytes,1,rep,name=images,proto3" json:"images,omitempty"`
1199
+ NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
1200
+ }
1201
+
1202
+ func (x *FacebookImageList) Reset() {
1203
+ *x = FacebookImageList{}
1204
+ if protoimpl.UnsafeEnabled {
1205
+ mi := &file_fbcrawl_proto_msgTypes[19]
1206
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1207
+ ms.StoreMessageInfo(mi)
1208
+ }
1209
+ }
1210
+
1211
+ func (x *FacebookImageList) String() string {
1212
+ return protoimpl.X.MessageStringOf(x)
1213
+ }
1214
+
1215
+ func (*FacebookImageList) ProtoMessage() {}
1216
+
1217
+ func (x *FacebookImageList) ProtoReflect() protoreflect.Message {
1218
+ mi := &file_fbcrawl_proto_msgTypes[19]
1219
+ if protoimpl.UnsafeEnabled && x != nil {
1220
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1221
+ if ms.LoadMessageInfo() == nil {
1222
+ ms.StoreMessageInfo(mi)
1223
+ }
1224
+ return ms
1225
+ }
1226
+ return mi.MessageOf(x)
1227
+ }
1228
+
1229
+ // Deprecated: Use FacebookImageList.ProtoReflect.Descriptor instead.
1230
+ func (*FacebookImageList) Descriptor() ([]byte, []int) {
1231
+ return file_fbcrawl_proto_rawDescGZIP(), []int{19}
1232
+ }
1233
+
1234
+ func (x *FacebookImageList) GetImages() []*FacebookImage {
1235
+ if x != nil {
1236
+ return x.Images
1237
+ }
1238
+ return nil
1239
+ }
1240
+
1241
+ func (x *FacebookImageList) GetNextCursor() string {
1242
+ if x != nil {
1243
+ return x.NextCursor
1244
+ }
1245
+ return ""
1246
+ }
1247
+
1248
+ var File_fbcrawl_proto protoreflect.FileDescriptor
1249
+
1250
+ var file_fbcrawl_proto_rawDesc = []byte{
1251
+ 0x0a, 0x0d, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
1252
+ 0x0d, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x22, 0x23,
1253
+ 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6f,
1254
+ 0x6b, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6f, 0x6b,
1255
+ 0x69, 0x65, 0x73, 0x22, 0x61, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75,
1256
+ 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01,
1257
+ 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73,
1258
+ 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73,
1259
+ 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x6f, 0x74, 0x70, 0x5f, 0x73, 0x65,
1260
+ 0x63, 0x72, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x70,
1261
+ 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, 0x29, 0x0a, 0x0d, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52,
1262
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6f, 0x6b, 0x69,
1263
+ 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65,
1264
+ 0x73, 0x22, 0x33, 0x0a, 0x17, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x43, 0x6f,
1265
+ 0x6f, 0x6b, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07,
1266
+ 0x63, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63,
1267
+ 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x73, 0x22, 0x48, 0x0a, 0x14, 0x46, 0x65, 0x74, 0x63, 0x68, 0x4d,
1268
+ 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30,
1269
+ 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
1270
+ 0x16, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1271
+ 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
1272
+ 0x22, 0x70, 0x0a, 0x15, 0x46, 0x65, 0x74, 0x63, 0x68, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e,
1273
+ 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x63, 0x6f, 0x6e,
1274
+ 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x62, 0x63,
1275
+ 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65,
1276
+ 0x78, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x67,
1277
+ 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
1278
+ 0x01, 0x28, 0x09, 0x52, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61,
1279
+ 0x6d, 0x65, 0x22, 0x64, 0x0a, 0x14, 0x46, 0x65, 0x74, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x49,
1280
+ 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x63, 0x6f,
1281
+ 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x62,
1282
+ 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x74,
1283
+ 0x65, 0x78, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1a, 0x0a, 0x08,
1284
+ 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
1285
+ 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x85, 0x01, 0x0a, 0x15, 0x46, 0x65, 0x74,
1286
+ 0x63, 0x68, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
1287
+ 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20,
1288
+ 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f,
1289
+ 0x6c, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e,
1290
+ 0x74, 0x65, 0x78, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64,
1291
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12,
1292
+ 0x1f, 0x0a, 0x0b, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x18, 0x03,
1293
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x65, 0x78, 0x74, 0x43, 0x75, 0x72, 0x73, 0x6f, 0x72,
1294
+ 0x22, 0xa8, 0x01, 0x0a, 0x10, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65,
1295
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
1296
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c,
1297
+ 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x07,
1298
+ 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70,
1299
+ 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70,
1300
+ 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
1301
+ 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x63,
1302
+ 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x63, 0x75, 0x72, 0x73,
1303
+ 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
1304
+ 0x74, 0x4e, 0x65, 0x78, 0x74, 0x43, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x22, 0x87, 0x01, 0x0a, 0x19,
1305
+ 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6d, 0x61, 0x67,
1306
+ 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x07, 0x63, 0x6f, 0x6e,
1307
+ 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x66, 0x62, 0x63,
1308
+ 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65,
1309
+ 0x78, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x70,
1310
+ 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f,
1311
+ 0x73, 0x74, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x63, 0x75, 0x72,
1312
+ 0x73, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x65, 0x78, 0x74, 0x43,
1313
+ 0x75, 0x72, 0x73, 0x6f, 0x72, 0x22, 0x63, 0x0a, 0x14, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6d,
1314
+ 0x61, 0x67, 0x65, 0x55, 0x72, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
1315
+ 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
1316
+ 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x43,
1317
+ 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12,
1318
+ 0x19, 0x0a, 0x08, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
1319
+ 0x03, 0x52, 0x07, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x49, 0x64, 0x22, 0x49, 0x0a, 0x11, 0x46, 0x61,
1320
+ 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12,
1321
+ 0x34, 0x0a, 0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
1322
+ 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1323
+ 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x06, 0x67,
1324
+ 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x56, 0x0a, 0x0d, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f,
1325
+ 0x6b, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
1326
+ 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
1327
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x65,
1328
+ 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
1329
+ 0x52, 0x0b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x71, 0x0a,
1330
+ 0x0c, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x0a,
1331
+ 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a,
1332
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
1333
+ 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
1334
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a,
1335
+ 0x0c, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20,
1336
+ 0x01, 0x28, 0x03, 0x52, 0x0b, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74,
1337
+ 0x22, 0xeb, 0x03, 0x0a, 0x0c, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x50, 0x6f, 0x73,
1338
+ 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
1339
+ 0x64, 0x12, 0x32, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
1340
+ 0x32, 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79,
1341
+ 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x05,
1342
+ 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20,
1343
+ 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f,
1344
+ 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x55, 0x73, 0x65, 0x72,
1345
+ 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
1346
+ 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
1347
+ 0x12, 0x36, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01,
1348
+ 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c,
1349
+ 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08,
1350
+ 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x74,
1351
+ 0x65, 0x6e, 0x74, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
1352
+ 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x43, 0x0a, 0x0e, 0x63,
1353
+ 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x07, 0x20,
1354
+ 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f,
1355
+ 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x49, 0x6d, 0x61, 0x67,
1356
+ 0x65, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73,
1357
+ 0x12, 0x41, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6d, 0x61, 0x67,
1358
+ 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77,
1359
+ 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b,
1360
+ 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6d,
1361
+ 0x61, 0x67, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61,
1362
+ 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
1363
+ 0x41, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63,
1364
+ 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x63,
1365
+ 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d,
1366
+ 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03,
1367
+ 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x6a,
1368
+ 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3a, 0x0a,
1369
+ 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32,
1370
+ 0x1e, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1371
+ 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52,
1372
+ 0x08, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x6e, 0x65, 0x78,
1373
+ 0x74, 0x5f, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
1374
+ 0x6e, 0x65, 0x78, 0x74, 0x43, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x22, 0x31, 0x0a, 0x0d, 0x46, 0x61,
1375
+ 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
1376
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x75,
1377
+ 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xbc, 0x01,
1378
+ 0x0a, 0x0f, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
1379
+ 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
1380
+ 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
1381
+ 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1382
+ 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x04, 0x70, 0x6f,
1383
+ 0x73, 0x74, 0x12, 0x2f, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
1384
+ 0x32, 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79,
1385
+ 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75,
1386
+ 0x73, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04,
1387
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a,
1388
+ 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28,
1389
+ 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0x66, 0x0a, 0x10,
1390
+ 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74,
1391
+ 0x12, 0x31, 0x0a, 0x05, 0x70, 0x6f, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
1392
+ 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1393
+ 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x05, 0x70, 0x6f,
1394
+ 0x73, 0x74, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x63, 0x75, 0x72, 0x73,
1395
+ 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x65, 0x78, 0x74, 0x43, 0x75,
1396
+ 0x72, 0x73, 0x6f, 0x72, 0x22, 0x6a, 0x0a, 0x11, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b,
1397
+ 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x34, 0x0a, 0x06, 0x69, 0x6d, 0x61,
1398
+ 0x67, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72,
1399
+ 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f,
1400
+ 0x6f, 0x6b, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x12,
1401
+ 0x1f, 0x0a, 0x0b, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x18, 0x02,
1402
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x65, 0x78, 0x74, 0x43, 0x75, 0x72, 0x73, 0x6f, 0x72,
1403
+ 0x32, 0xb5, 0x05, 0x0a, 0x04, 0x47, 0x72, 0x70, 0x63, 0x12, 0x44, 0x0a, 0x05, 0x4c, 0x6f, 0x67,
1404
+ 0x69, 0x6e, 0x12, 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c,
1405
+ 0x6c, 0x79, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
1406
+ 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1407
+ 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12,
1408
+ 0x58, 0x0a, 0x0d, 0x46, 0x65, 0x74, 0x63, 0x68, 0x4d, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73,
1409
+ 0x12, 0x23, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79,
1410
+ 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x4d, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65,
1411
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f,
1412
+ 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x47, 0x72,
1413
+ 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x0e, 0x46, 0x65, 0x74,
1414
+ 0x63, 0x68, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e, 0x66, 0x62,
1415
+ 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63,
1416
+ 0x68, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
1417
+ 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c,
1418
+ 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22,
1419
+ 0x00, 0x12, 0x53, 0x0a, 0x0d, 0x46, 0x65, 0x74, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e,
1420
+ 0x66, 0x6f, 0x12, 0x23, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c,
1421
+ 0x6c, 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f,
1422
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77,
1423
+ 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b,
1424
+ 0x55, 0x73, 0x65, 0x72, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x0e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x47,
1425
+ 0x72, 0x6f, 0x75, 0x70, 0x46, 0x65, 0x65, 0x64, 0x12, 0x24, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61,
1426
+ 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x47, 0x72,
1427
+ 0x6f, 0x75, 0x70, 0x46, 0x65, 0x65, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f,
1428
+ 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46,
1429
+ 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22,
1430
+ 0x00, 0x12, 0x4b, 0x0a, 0x09, 0x46, 0x65, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x73, 0x74, 0x12, 0x1f,
1431
+ 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46,
1432
+ 0x65, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
1433
+ 0x1b, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e,
1434
+ 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x50, 0x6f, 0x73, 0x74, 0x22, 0x00, 0x12, 0x62,
1435
+ 0x0a, 0x12, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x49, 0x6d,
1436
+ 0x61, 0x67, 0x65, 0x73, 0x12, 0x28, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63,
1437
+ 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
1438
+ 0x74, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20,
1439
+ 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46,
1440
+ 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74,
1441
+ 0x22, 0x00, 0x12, 0x54, 0x0a, 0x0d, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6d, 0x61, 0x67, 0x65,
1442
+ 0x55, 0x72, 0x6c, 0x12, 0x23, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61, 0x77, 0x6c, 0x5f, 0x63, 0x6f,
1443
+ 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x65, 0x74, 0x63, 0x68, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x55, 0x72,
1444
+ 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x66, 0x62, 0x63, 0x72, 0x61,
1445
+ 0x77, 0x6c, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x79, 0x2e, 0x46, 0x61, 0x63, 0x65, 0x62, 0x6f, 0x6f,
1446
+ 0x6b, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x22, 0x00, 0x42, 0x11, 0x5a, 0x0f, 0x2e, 0x2f, 0x66, 0x62,
1447
+ 0x63, 0x72, 0x61, 0x77, 0x6c, 0x2f, 0x70, 0x62, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f,
1448
+ 0x74, 0x6f, 0x33,
1449
+ }
1450
+
1451
+ var (
1452
+ file_fbcrawl_proto_rawDescOnce sync.Once
1453
+ file_fbcrawl_proto_rawDescData = file_fbcrawl_proto_rawDesc
1454
+ )
1455
+
1456
+ func file_fbcrawl_proto_rawDescGZIP() []byte {
1457
+ file_fbcrawl_proto_rawDescOnce.Do(func() {
1458
+ file_fbcrawl_proto_rawDescData = protoimpl.X.CompressGZIP(file_fbcrawl_proto_rawDescData)
1459
+ })
1460
+ return file_fbcrawl_proto_rawDescData
1461
+ }
1462
+
1463
+ var file_fbcrawl_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
1464
+ var file_fbcrawl_proto_goTypes = []interface{}{
1465
+ (*Context)(nil), // 0: fbcrawl_colly.Context
1466
+ (*LoginRequest)(nil), // 1: fbcrawl_colly.LoginRequest
1467
+ (*LoginResponse)(nil), // 2: fbcrawl_colly.LoginResponse
1468
+ (*LoginWithCookiesRequest)(nil), // 3: fbcrawl_colly.LoginWithCookiesRequest
1469
+ (*FetchMyGroupsRequest)(nil), // 4: fbcrawl_colly.FetchMyGroupsRequest
1470
+ (*FetchGroupInfoRequest)(nil), // 5: fbcrawl_colly.FetchGroupInfoRequest
1471
+ (*FetchUserInfoRequest)(nil), // 6: fbcrawl_colly.FetchUserInfoRequest
1472
+ (*FetchGroupFeedRequest)(nil), // 7: fbcrawl_colly.FetchGroupFeedRequest
1473
+ (*FetchPostRequest)(nil), // 8: fbcrawl_colly.FetchPostRequest
1474
+ (*FetchContentImagesRequest)(nil), // 9: fbcrawl_colly.FetchContentImagesRequest
1475
+ (*FetchImageUrlRequest)(nil), // 10: fbcrawl_colly.FetchImageUrlRequest
1476
+ (*FacebookGroupList)(nil), // 11: fbcrawl_colly.FacebookGroupList
1477
+ (*FacebookGroup)(nil), // 12: fbcrawl_colly.FacebookGroup
1478
+ (*FacebookUser)(nil), // 13: fbcrawl_colly.FacebookUser
1479
+ (*FacebookPost)(nil), // 14: fbcrawl_colly.FacebookPost
1480
+ (*CommentList)(nil), // 15: fbcrawl_colly.CommentList
1481
+ (*FacebookImage)(nil), // 16: fbcrawl_colly.FacebookImage
1482
+ (*FacebookComment)(nil), // 17: fbcrawl_colly.FacebookComment
1483
+ (*FacebookPostList)(nil), // 18: fbcrawl_colly.FacebookPostList
1484
+ (*FacebookImageList)(nil), // 19: fbcrawl_colly.FacebookImageList
1485
+ }
1486
+ var file_fbcrawl_proto_depIdxs = []int32{
1487
+ 0, // 0: fbcrawl_colly.FetchMyGroupsRequest.context:type_name -> fbcrawl_colly.Context
1488
+ 0, // 1: fbcrawl_colly.FetchGroupInfoRequest.context:type_name -> fbcrawl_colly.Context
1489
+ 0, // 2: fbcrawl_colly.FetchUserInfoRequest.context:type_name -> fbcrawl_colly.Context
1490
+ 0, // 3: fbcrawl_colly.FetchGroupFeedRequest.context:type_name -> fbcrawl_colly.Context
1491
+ 0, // 4: fbcrawl_colly.FetchPostRequest.context:type_name -> fbcrawl_colly.Context
1492
+ 0, // 5: fbcrawl_colly.FetchContentImagesRequest.context:type_name -> fbcrawl_colly.Context
1493
+ 0, // 6: fbcrawl_colly.FetchImageUrlRequest.context:type_name -> fbcrawl_colly.Context
1494
+ 12, // 7: fbcrawl_colly.FacebookGroupList.groups:type_name -> fbcrawl_colly.FacebookGroup
1495
+ 12, // 8: fbcrawl_colly.FacebookPost.group:type_name -> fbcrawl_colly.FacebookGroup
1496
+ 13, // 9: fbcrawl_colly.FacebookPost.user:type_name -> fbcrawl_colly.FacebookUser
1497
+ 15, // 10: fbcrawl_colly.FacebookPost.comments:type_name -> fbcrawl_colly.CommentList
1498
+ 16, // 11: fbcrawl_colly.FacebookPost.content_images:type_name -> fbcrawl_colly.FacebookImage
1499
+ 16, // 12: fbcrawl_colly.FacebookPost.content_image:type_name -> fbcrawl_colly.FacebookImage
1500
+ 17, // 13: fbcrawl_colly.CommentList.comments:type_name -> fbcrawl_colly.FacebookComment
1501
+ 14, // 14: fbcrawl_colly.FacebookComment.post:type_name -> fbcrawl_colly.FacebookPost
1502
+ 13, // 15: fbcrawl_colly.FacebookComment.user:type_name -> fbcrawl_colly.FacebookUser
1503
+ 14, // 16: fbcrawl_colly.FacebookPostList.posts:type_name -> fbcrawl_colly.FacebookPost
1504
+ 16, // 17: fbcrawl_colly.FacebookImageList.images:type_name -> fbcrawl_colly.FacebookImage
1505
+ 1, // 18: fbcrawl_colly.Grpc.Login:input_type -> fbcrawl_colly.LoginRequest
1506
+ 4, // 19: fbcrawl_colly.Grpc.FetchMyGroups:input_type -> fbcrawl_colly.FetchMyGroupsRequest
1507
+ 5, // 20: fbcrawl_colly.Grpc.FetchGroupInfo:input_type -> fbcrawl_colly.FetchGroupInfoRequest
1508
+ 6, // 21: fbcrawl_colly.Grpc.FetchUserInfo:input_type -> fbcrawl_colly.FetchUserInfoRequest
1509
+ 7, // 22: fbcrawl_colly.Grpc.FetchGroupFeed:input_type -> fbcrawl_colly.FetchGroupFeedRequest
1510
+ 8, // 23: fbcrawl_colly.Grpc.FetchPost:input_type -> fbcrawl_colly.FetchPostRequest
1511
+ 9, // 24: fbcrawl_colly.Grpc.FetchContentImages:input_type -> fbcrawl_colly.FetchContentImagesRequest
1512
+ 10, // 25: fbcrawl_colly.Grpc.FetchImageUrl:input_type -> fbcrawl_colly.FetchImageUrlRequest
1513
+ 2, // 26: fbcrawl_colly.Grpc.Login:output_type -> fbcrawl_colly.LoginResponse
1514
+ 11, // 27: fbcrawl_colly.Grpc.FetchMyGroups:output_type -> fbcrawl_colly.FacebookGroupList
1515
+ 12, // 28: fbcrawl_colly.Grpc.FetchGroupInfo:output_type -> fbcrawl_colly.FacebookGroup
1516
+ 13, // 29: fbcrawl_colly.Grpc.FetchUserInfo:output_type -> fbcrawl_colly.FacebookUser
1517
+ 18, // 30: fbcrawl_colly.Grpc.FetchGroupFeed:output_type -> fbcrawl_colly.FacebookPostList
1518
+ 14, // 31: fbcrawl_colly.Grpc.FetchPost:output_type -> fbcrawl_colly.FacebookPost
1519
+ 19, // 32: fbcrawl_colly.Grpc.FetchContentImages:output_type -> fbcrawl_colly.FacebookImageList
1520
+ 16, // 33: fbcrawl_colly.Grpc.FetchImageUrl:output_type -> fbcrawl_colly.FacebookImage
1521
+ 26, // [26:34] is the sub-list for method output_type
1522
+ 18, // [18:26] is the sub-list for method input_type
1523
+ 18, // [18:18] is the sub-list for extension type_name
1524
+ 18, // [18:18] is the sub-list for extension extendee
1525
+ 0, // [0:18] is the sub-list for field type_name
1526
+ }
1527
+
1528
+ func init() { file_fbcrawl_proto_init() }
1529
+ func file_fbcrawl_proto_init() {
1530
+ if File_fbcrawl_proto != nil {
1531
+ return
1532
+ }
1533
+ if !protoimpl.UnsafeEnabled {
1534
+ file_fbcrawl_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
1535
+ switch v := v.(*Context); i {
1536
+ case 0:
1537
+ return &v.state
1538
+ case 1:
1539
+ return &v.sizeCache
1540
+ case 2:
1541
+ return &v.unknownFields
1542
+ default:
1543
+ return nil
1544
+ }
1545
+ }
1546
+ file_fbcrawl_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
1547
+ switch v := v.(*LoginRequest); i {
1548
+ case 0:
1549
+ return &v.state
1550
+ case 1:
1551
+ return &v.sizeCache
1552
+ case 2:
1553
+ return &v.unknownFields
1554
+ default:
1555
+ return nil
1556
+ }
1557
+ }
1558
+ file_fbcrawl_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
1559
+ switch v := v.(*LoginResponse); i {
1560
+ case 0:
1561
+ return &v.state
1562
+ case 1:
1563
+ return &v.sizeCache
1564
+ case 2:
1565
+ return &v.unknownFields
1566
+ default:
1567
+ return nil
1568
+ }
1569
+ }
1570
+ file_fbcrawl_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
1571
+ switch v := v.(*LoginWithCookiesRequest); i {
1572
+ case 0:
1573
+ return &v.state
1574
+ case 1:
1575
+ return &v.sizeCache
1576
+ case 2:
1577
+ return &v.unknownFields
1578
+ default:
1579
+ return nil
1580
+ }
1581
+ }
1582
+ file_fbcrawl_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
1583
+ switch v := v.(*FetchMyGroupsRequest); i {
1584
+ case 0:
1585
+ return &v.state
1586
+ case 1:
1587
+ return &v.sizeCache
1588
+ case 2:
1589
+ return &v.unknownFields
1590
+ default:
1591
+ return nil
1592
+ }
1593
+ }
1594
+ file_fbcrawl_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
1595
+ switch v := v.(*FetchGroupInfoRequest); i {
1596
+ case 0:
1597
+ return &v.state
1598
+ case 1:
1599
+ return &v.sizeCache
1600
+ case 2:
1601
+ return &v.unknownFields
1602
+ default:
1603
+ return nil
1604
+ }
1605
+ }
1606
+ file_fbcrawl_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
1607
+ switch v := v.(*FetchUserInfoRequest); i {
1608
+ case 0:
1609
+ return &v.state
1610
+ case 1:
1611
+ return &v.sizeCache
1612
+ case 2:
1613
+ return &v.unknownFields
1614
+ default:
1615
+ return nil
1616
+ }
1617
+ }
1618
+ file_fbcrawl_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
1619
+ switch v := v.(*FetchGroupFeedRequest); i {
1620
+ case 0:
1621
+ return &v.state
1622
+ case 1:
1623
+ return &v.sizeCache
1624
+ case 2:
1625
+ return &v.unknownFields
1626
+ default:
1627
+ return nil
1628
+ }
1629
+ }
1630
+ file_fbcrawl_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
1631
+ switch v := v.(*FetchPostRequest); i {
1632
+ case 0:
1633
+ return &v.state
1634
+ case 1:
1635
+ return &v.sizeCache
1636
+ case 2:
1637
+ return &v.unknownFields
1638
+ default:
1639
+ return nil
1640
+ }
1641
+ }
1642
+ file_fbcrawl_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
1643
+ switch v := v.(*FetchContentImagesRequest); i {
1644
+ case 0:
1645
+ return &v.state
1646
+ case 1:
1647
+ return &v.sizeCache
1648
+ case 2:
1649
+ return &v.unknownFields
1650
+ default:
1651
+ return nil
1652
+ }
1653
+ }
1654
+ file_fbcrawl_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
1655
+ switch v := v.(*FetchImageUrlRequest); i {
1656
+ case 0:
1657
+ return &v.state
1658
+ case 1:
1659
+ return &v.sizeCache
1660
+ case 2:
1661
+ return &v.unknownFields
1662
+ default:
1663
+ return nil
1664
+ }
1665
+ }
1666
+ file_fbcrawl_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
1667
+ switch v := v.(*FacebookGroupList); i {
1668
+ case 0:
1669
+ return &v.state
1670
+ case 1:
1671
+ return &v.sizeCache
1672
+ case 2:
1673
+ return &v.unknownFields
1674
+ default:
1675
+ return nil
1676
+ }
1677
+ }
1678
+ file_fbcrawl_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
1679
+ switch v := v.(*FacebookGroup); i {
1680
+ case 0:
1681
+ return &v.state
1682
+ case 1:
1683
+ return &v.sizeCache
1684
+ case 2:
1685
+ return &v.unknownFields
1686
+ default:
1687
+ return nil
1688
+ }
1689
+ }
1690
+ file_fbcrawl_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
1691
+ switch v := v.(*FacebookUser); i {
1692
+ case 0:
1693
+ return &v.state
1694
+ case 1:
1695
+ return &v.sizeCache
1696
+ case 2:
1697
+ return &v.unknownFields
1698
+ default:
1699
+ return nil
1700
+ }
1701
+ }
1702
+ file_fbcrawl_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
1703
+ switch v := v.(*FacebookPost); i {
1704
+ case 0:
1705
+ return &v.state
1706
+ case 1:
1707
+ return &v.sizeCache
1708
+ case 2:
1709
+ return &v.unknownFields
1710
+ default:
1711
+ return nil
1712
+ }
1713
+ }
1714
+ file_fbcrawl_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
1715
+ switch v := v.(*CommentList); i {
1716
+ case 0:
1717
+ return &v.state
1718
+ case 1:
1719
+ return &v.sizeCache
1720
+ case 2:
1721
+ return &v.unknownFields
1722
+ default:
1723
+ return nil
1724
+ }
1725
+ }
1726
+ file_fbcrawl_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
1727
+ switch v := v.(*FacebookImage); i {
1728
+ case 0:
1729
+ return &v.state
1730
+ case 1:
1731
+ return &v.sizeCache
1732
+ case 2:
1733
+ return &v.unknownFields
1734
+ default:
1735
+ return nil
1736
+ }
1737
+ }
1738
+ file_fbcrawl_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
1739
+ switch v := v.(*FacebookComment); i {
1740
+ case 0:
1741
+ return &v.state
1742
+ case 1:
1743
+ return &v.sizeCache
1744
+ case 2:
1745
+ return &v.unknownFields
1746
+ default:
1747
+ return nil
1748
+ }
1749
+ }
1750
+ file_fbcrawl_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
1751
+ switch v := v.(*FacebookPostList); i {
1752
+ case 0:
1753
+ return &v.state
1754
+ case 1:
1755
+ return &v.sizeCache
1756
+ case 2:
1757
+ return &v.unknownFields
1758
+ default:
1759
+ return nil
1760
+ }
1761
+ }
1762
+ file_fbcrawl_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
1763
+ switch v := v.(*FacebookImageList); i {
1764
+ case 0:
1765
+ return &v.state
1766
+ case 1:
1767
+ return &v.sizeCache
1768
+ case 2:
1769
+ return &v.unknownFields
1770
+ default:
1771
+ return nil
1772
+ }
1773
+ }
1774
+ }
1775
+ type x struct{}
1776
+ out := protoimpl.TypeBuilder{
1777
+ File: protoimpl.DescBuilder{
1778
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1779
+ RawDescriptor: file_fbcrawl_proto_rawDesc,
1780
+ NumEnums: 0,
1781
+ NumMessages: 20,
1782
+ NumExtensions: 0,
1783
+ NumServices: 1,
1784
+ },
1785
+ GoTypes: file_fbcrawl_proto_goTypes,
1786
+ DependencyIndexes: file_fbcrawl_proto_depIdxs,
1787
+ MessageInfos: file_fbcrawl_proto_msgTypes,
1788
+ }.Build()
1789
+ File_fbcrawl_proto = out.File
1790
+ file_fbcrawl_proto_rawDesc = nil
1791
+ file_fbcrawl_proto_goTypes = nil
1792
+ file_fbcrawl_proto_depIdxs = nil
1793
+ }