github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/oidb/oidb0xeac.pb.go (about)

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/oidb/oidb0xeac.proto
     3  
     4  package oidb
     5  
     6  import (
     7  	proto "github.com/RomiChan/protobuf/proto"
     8  )
     9  
    10  type EACReqBody struct {
    11  	GroupCode proto.Option[uint64] `protobuf:"varint,1,opt"`
    12  	Seq       proto.Option[uint32] `protobuf:"varint,2,opt"`
    13  	Random    proto.Option[uint32] `protobuf:"varint,3,opt"`
    14  	_         [0]func()
    15  }
    16  
    17  type EACRspBody struct {
    18  	Wording    proto.Option[string] `protobuf:"bytes,1,opt"`
    19  	DigestUin  proto.Option[uint64] `protobuf:"varint,2,opt"`
    20  	DigestTime proto.Option[uint32] `protobuf:"varint,3,opt"`
    21  	// optional DigestMsg msg = 4;
    22  	ErrorCode proto.Option[uint32] `protobuf:"varint,10,opt"`
    23  	_         [0]func()
    24  }