github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/generics.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/service/oidb/generics.proto 3 4 package oidb 5 6 type OidbFriend struct { 7 Uid string `protobuf:"bytes,1,opt"` 8 Uin uint32 `protobuf:"varint,3,opt"` 9 Additional []*OidbFriendAdditional `protobuf:"bytes,10001,rep"` 10 } 11 12 type OidbFriendAdditional struct { 13 Type uint32 `protobuf:"varint,1,opt"` 14 Layer1 *OidbFriendLayer1 `protobuf:"bytes,2,opt"` 15 _ [0]func() 16 } 17 18 type OidbFriendLayer1 struct { 19 Properties []*OidbFriendProperty `protobuf:"bytes,2,rep"` 20 } 21 22 type OidbFriendProperty struct { 23 Code uint32 `protobuf:"varint,1,opt"` 24 Value string `protobuf:"bytes,2,opt"` 25 _ [0]func() 26 } 27 28 type OidbLafter struct { 29 Type int32 `protobuf:"varint,1,opt"` 30 D2 []byte `protobuf:"bytes,2,opt"` 31 SubAppid uint32 `protobuf:"varint,3,opt"` 32 } 33 34 type OidbNumber struct { 35 Numbers []uint32 `protobuf:"varint,1,rep"` 36 } 37 38 type OidbProperty struct { 39 Key string `protobuf:"bytes,1,opt"` 40 Value []byte `protobuf:"bytes,2,opt"` 41 } 42 43 type OidbTwoNumber struct { 44 Number1 uint32 `protobuf:"varint,1,opt"` 45 Number2 uint32 `protobuf:"varint,2,opt"` 46 _ [0]func() 47 }