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

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/service/oidb/base.proto
     3  
     4  package oidb
     5  
     6  type OidbSvcTrpcTcpBase struct {
     7  	Command    uint32          `protobuf:"varint,1,opt"`
     8  	SubCommand uint32          `protobuf:"varint,2,opt"`
     9  	ErrorCode  uint32          `protobuf:"varint,3,opt"`
    10  	Body       []byte          `protobuf:"bytes,4,opt"`
    11  	ErrorMsg   string          `protobuf:"bytes,5,opt"`
    12  	Lafter     *OidbLafter     `protobuf:"bytes,7,opt"`
    13  	Properties []*OidbProperty `protobuf:"bytes,11,rep"`
    14  	Reserved   int32           `protobuf:"varint,12,opt"`
    15  }