github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0xFD4_1.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/service/oidb/OidbSvcTrpcTcp0xFD4_1.proto 3 4 package oidb 5 6 // Fetch Friends List 7 type OidbSvcTrpcTcp0XFD4_1 struct { 8 Field2 uint32 `protobuf:"varint,2,opt"` // 300 9 Field4 uint32 `protobuf:"varint,4,opt"` // 0 10 Field6 uint32 `protobuf:"varint,6,opt"` // 1 11 Body []*OidbSvcTrpcTcp0XFD4_1Body `protobuf:"bytes,10001,rep"` 12 Field10002 []uint32 `protobuf:"varint,10002,rep"` // [13578, 13579, 13573, 13572, 13568] 13 Field10003 uint32 `protobuf:"varint,10003,opt"` 14 } 15 16 type OidbSvcTrpcTcp0XFD4_1Body struct { 17 Type uint32 `protobuf:"varint,1,opt"` 18 Number *OidbNumber `protobuf:"bytes,2,opt"` 19 _ [0]func() 20 } 21 22 type OidbSvcTrpcTcp0XFD4_1Response struct { 23 DisplayFriendCount uint32 `protobuf:"varint,3,opt"` 24 Timestamp uint32 `protobuf:"varint,6,opt"` 25 SelfUin uint32 `protobuf:"varint,7,opt"` 26 Friends []*OidbFriend `protobuf:"bytes,101,rep"` 27 }