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

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/service/oidb/OidbSvcTrpcTcp0xFE5_2.proto
     3  
     4  package oidb
     5  
     6  // Fetch Groups
     7  type OidbSvcTrpcTcp0XFE5_2 struct {
     8  	Config *OidbSvcTrpcTcp0XFE5_2Config `protobuf:"bytes,1,opt"`
     9  	_      [0]func()
    10  }
    11  
    12  type OidbSvcTrpcTcp0XFE5_2Config struct {
    13  	Config1 *OidbSvcTrpcTcp0XFE5_2Config1 `protobuf:"bytes,1,opt"`
    14  	Config2 *OidbSvcTrpcTcp0XFE5_2Config2 `protobuf:"bytes,2,opt"`
    15  	Config3 *OidbSvcTrpcTcp0XFE5_2Config3 `protobuf:"bytes,3,opt"`
    16  	_       [0]func()
    17  }
    18  
    19  type OidbSvcTrpcTcp0XFE5_2Config1 struct {
    20  	// all true
    21  	GroupOwner  bool `protobuf:"varint,1,opt"`
    22  	Field2      bool `protobuf:"varint,2,opt"`
    23  	MemberMax   bool `protobuf:"varint,3,opt"`
    24  	MemberCount bool `protobuf:"varint,4,opt"`
    25  	GroupName   bool `protobuf:"varint,5,opt"`
    26  	Field8      bool `protobuf:"varint,8,opt"`
    27  	Field9      bool `protobuf:"varint,9,opt"`
    28  	Field10     bool `protobuf:"varint,10,opt"`
    29  	Field11     bool `protobuf:"varint,11,opt"`
    30  	Field12     bool `protobuf:"varint,12,opt"`
    31  	Field13     bool `protobuf:"varint,13,opt"`
    32  	Field14     bool `protobuf:"varint,14,opt"`
    33  	Field15     bool `protobuf:"varint,15,opt"`
    34  	Field16     bool `protobuf:"varint,16,opt"`
    35  	Field17     bool `protobuf:"varint,17,opt"`
    36  	Field18     bool `protobuf:"varint,18,opt"`
    37  	Question    bool `protobuf:"varint,19,opt"`
    38  	Field20     bool `protobuf:"varint,20,opt"`
    39  	Field22     bool `protobuf:"varint,22,opt"`
    40  	Field23     bool `protobuf:"varint,23,opt"`
    41  	Field24     bool `protobuf:"varint,24,opt"`
    42  	Field25     bool `protobuf:"varint,25,opt"`
    43  	Field26     bool `protobuf:"varint,26,opt"`
    44  	Field27     bool `protobuf:"varint,27,opt"`
    45  	Field28     bool `protobuf:"varint,28,opt"`
    46  	Field29     bool `protobuf:"varint,29,opt"`
    47  	Field30     bool `protobuf:"varint,30,opt"`
    48  	Field31     bool `protobuf:"varint,31,opt"`
    49  	Field32     bool `protobuf:"varint,32,opt"`
    50  	Field5001   bool `protobuf:"varint,5001,opt"`
    51  	Field5002   bool `protobuf:"varint,5002,opt"`
    52  	Field5003   bool `protobuf:"varint,5003,opt"`
    53  	_           [0]func()
    54  }
    55  
    56  type OidbSvcTrpcTcp0XFE5_2Config2 struct {
    57  	// all ture
    58  	Field1 bool `protobuf:"varint,1,opt"`
    59  	Field2 bool `protobuf:"varint,2,opt"`
    60  	Field3 bool `protobuf:"varint,3,opt"`
    61  	Field4 bool `protobuf:"varint,4,opt"`
    62  	Field5 bool `protobuf:"varint,5,opt"`
    63  	Field6 bool `protobuf:"varint,6,opt"`
    64  	Field7 bool `protobuf:"varint,7,opt"`
    65  	Field8 bool `protobuf:"varint,8,opt"`
    66  	_      [0]func()
    67  }
    68  
    69  type OidbSvcTrpcTcp0XFE5_2Config3 struct {
    70  	Field5 bool `protobuf:"varint,5,opt"`
    71  	Field6 bool `protobuf:"varint,6,opt"`
    72  	_      [0]func()
    73  }
    74  
    75  type OidbSvcTrpcTcp0XFE5_2Response struct {
    76  	Groups []*OidbSvcTrpcTcp0XFE5_2Group `protobuf:"bytes,2,rep"`
    77  }
    78  
    79  type OidbSvcTrpcTcp0XFE5_2Group struct {
    80  	GroupUin uint32                          `protobuf:"varint,3,opt"`
    81  	Info     *OidbSvcTrpcTcp0XFE5_2GroupInfo `protobuf:"bytes,4,opt"`
    82  	_        [0]func()
    83  }
    84  
    85  type OidbSvcTrpcTcp0XFE5_2GroupInfo struct {
    86  	GroupOwner  *OidbSvcTrpcTcp0XFE5_2Member `protobuf:"bytes,1,opt"`
    87  	MemberMax   uint32                       `protobuf:"varint,3,opt"`
    88  	MemberCount uint32                       `protobuf:"varint,4,opt"`
    89  	GroupName   string                       `protobuf:"bytes,5,opt"`
    90  	_           [0]func()
    91  }
    92  
    93  type OidbSvcTrpcTcp0XFE5_2Member struct {
    94  	Uid string `protobuf:"bytes,2,opt"`
    95  	_   [0]func()
    96  }