github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0x10C0_1.pb.go (about)

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/service/oidb/OidbSvcTrpcTcp0x10C0_1.proto
     3  
     4  package oidb
     5  
     6  // Fetch Friends & Group Notification List
     7  type OidbSvcTrpcTcp0X10C0_1 struct {
     8  	Count  uint32 `protobuf:"varint,1,opt"`
     9  	Field2 uint32 `protobuf:"varint,2,opt"`
    10  	_      [0]func()
    11  }
    12  
    13  type OidbSvcTrpcTcp0X10C0_1Response struct {
    14  	Requests     []*OidbSvcTrpcTcp0X10C0_1ResponseRequests `protobuf:"bytes,1,rep"`
    15  	Field2       uint64                                    `protobuf:"varint,2,opt"`
    16  	NewLatestSeq uint64                                    `protobuf:"varint,3,opt"`
    17  	Field4       uint32                                    `protobuf:"varint,4,opt"`
    18  	Field5       uint64                                    `protobuf:"varint,5,opt"`
    19  	Field6       uint32                                    `protobuf:"varint,6,opt"`
    20  }
    21  
    22  type OidbSvcTrpcTcp0X10C0_1ResponseRequests struct {
    23  	Sequence  uint64                               `protobuf:"varint,1,opt"`
    24  	EventType uint32                               `protobuf:"varint,2,opt"`
    25  	State     uint32                               `protobuf:"varint,3,opt"`
    26  	Group     *OidbSvcTrpcTcp0X10C0_1ResponseGroup `protobuf:"bytes,5,opt"`
    27  	Invitor   *OidbSvcTrpcTcp0X10C0_1ResponseUser  `protobuf:"bytes,6,opt"`
    28  	Operator  *OidbSvcTrpcTcp0X10C0_1ResponseUser  `protobuf:"bytes,7,opt"`
    29  	Field9    string                               `protobuf:"bytes,9,opt"`
    30  	Comment   string                               `protobuf:"bytes,10,opt"`
    31  	_         [0]func()
    32  }
    33  
    34  type OidbSvcTrpcTcp0X10C0_1ResponseGroup struct {
    35  	GroupUin  uint32 `protobuf:"varint,1,opt"`
    36  	GroupName string `protobuf:"bytes,2,opt"`
    37  	_         [0]func()
    38  }
    39  
    40  type OidbSvcTrpcTcp0X10C0_1ResponseUser struct {
    41  	Uid  string `protobuf:"bytes,1,opt"`
    42  	Name string `protobuf:"bytes,2,opt"`
    43  	_    [0]func()
    44  }