1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
MiraiGo/client/pb/oidb/oidb0xeac.pb.go
2022-05-24 09:59:58 +08:00

23 lines
654 B
Go

// Code generated by protoc-gen-golite. DO NOT EDIT.
// source: pb/oidb/oidb0xeac.proto
package oidb
import (
proto "github.com/RomiChan/protobuf/proto"
)
type EACReqBody struct {
GroupCode proto.Option[uint64] `protobuf:"varint,1,opt"`
Seq proto.Option[uint32] `protobuf:"varint,2,opt"`
Random proto.Option[uint32] `protobuf:"varint,3,opt"`
}
type EACRspBody struct {
Wording proto.Option[string] `protobuf:"bytes,1,opt"`
DigestUin proto.Option[uint64] `protobuf:"varint,2,opt"`
DigestTime proto.Option[uint32] `protobuf:"varint,3,opt"`
//optional DigestMsg msg = 4;
ErrorCode proto.Option[uint32] `protobuf:"varint,10,opt"`
}