1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00
MiraiGo/client/pb/oidb/oidb0x8fc.pb.go

306 lines
6.3 KiB
Go

// Code generated by protoc-gen-golite. DO NOT EDIT.
// source: oidb0x8fc.proto
package oidb
type D8FCReqBody struct {
GroupCode *int64 `protobuf:"varint,1,opt"`
ShowFlag *int32 `protobuf:"varint,2,opt"`
MemLevelInfo []*D8FCMemberInfo `protobuf:"bytes,3,rep"`
LevelName []*D8FCLevelName `protobuf:"bytes,4,rep"`
UpdateTime *int32 `protobuf:"varint,5,opt"`
OfficeMode *int32 `protobuf:"varint,6,opt"`
GroupOpenAppid *int32 `protobuf:"varint,7,opt"`
MsgClientInfo *D8FCClientInfo `protobuf:"bytes,8,opt"`
AuthKey []byte `protobuf:"bytes,9,opt"`
}
func (x *D8FCReqBody) GetGroupCode() int64 {
if x != nil && x.GroupCode != nil {
return *x.GroupCode
}
return 0
}
func (x *D8FCReqBody) GetShowFlag() int32 {
if x != nil && x.ShowFlag != nil {
return *x.ShowFlag
}
return 0
}
func (x *D8FCReqBody) GetMemLevelInfo() []*D8FCMemberInfo {
if x != nil {
return x.MemLevelInfo
}
return nil
}
func (x *D8FCReqBody) GetLevelName() []*D8FCLevelName {
if x != nil {
return x.LevelName
}
return nil
}
func (x *D8FCReqBody) GetUpdateTime() int32 {
if x != nil && x.UpdateTime != nil {
return *x.UpdateTime
}
return 0
}
func (x *D8FCReqBody) GetOfficeMode() int32 {
if x != nil && x.OfficeMode != nil {
return *x.OfficeMode
}
return 0
}
func (x *D8FCReqBody) GetGroupOpenAppid() int32 {
if x != nil && x.GroupOpenAppid != nil {
return *x.GroupOpenAppid
}
return 0
}
func (x *D8FCReqBody) GetMsgClientInfo() *D8FCClientInfo {
if x != nil {
return x.MsgClientInfo
}
return nil
}
func (x *D8FCReqBody) GetAuthKey() []byte {
if x != nil {
return x.AuthKey
}
return nil
}
type D8FCMemberInfo struct {
Uin *int64 `protobuf:"varint,1,opt"`
Point *int32 `protobuf:"varint,2,opt"`
ActiveDay *int32 `protobuf:"varint,3,opt"`
Level *int32 `protobuf:"varint,4,opt"`
SpecialTitle []byte `protobuf:"bytes,5,opt"`
SpecialTitleExpireTime *int32 `protobuf:"varint,6,opt"`
UinName []byte `protobuf:"bytes,7,opt"`
MemberCardName []byte `protobuf:"bytes,8,opt"`
Phone []byte `protobuf:"bytes,9,opt"`
Email []byte `protobuf:"bytes,10,opt"`
Remark []byte `protobuf:"bytes,11,opt"`
Gender *int32 `protobuf:"varint,12,opt"`
Job []byte `protobuf:"bytes,13,opt"`
TribeLevel *int32 `protobuf:"varint,14,opt"`
TribePoint *int32 `protobuf:"varint,15,opt"`
RichCardName []*D8FCCardNameElem `protobuf:"bytes,16,rep"`
CommRichCardName []byte `protobuf:"bytes,17,opt"`
}
func (x *D8FCMemberInfo) GetUin() int64 {
if x != nil && x.Uin != nil {
return *x.Uin
}
return 0
}
func (x *D8FCMemberInfo) GetPoint() int32 {
if x != nil && x.Point != nil {
return *x.Point
}
return 0
}
func (x *D8FCMemberInfo) GetActiveDay() int32 {
if x != nil && x.ActiveDay != nil {
return *x.ActiveDay
}
return 0
}
func (x *D8FCMemberInfo) GetLevel() int32 {
if x != nil && x.Level != nil {
return *x.Level
}
return 0
}
func (x *D8FCMemberInfo) GetSpecialTitle() []byte {
if x != nil {
return x.SpecialTitle
}
return nil
}
func (x *D8FCMemberInfo) GetSpecialTitleExpireTime() int32 {
if x != nil && x.SpecialTitleExpireTime != nil {
return *x.SpecialTitleExpireTime
}
return 0
}
func (x *D8FCMemberInfo) GetUinName() []byte {
if x != nil {
return x.UinName
}
return nil
}
func (x *D8FCMemberInfo) GetMemberCardName() []byte {
if x != nil {
return x.MemberCardName
}
return nil
}
func (x *D8FCMemberInfo) GetPhone() []byte {
if x != nil {
return x.Phone
}
return nil
}
func (x *D8FCMemberInfo) GetEmail() []byte {
if x != nil {
return x.Email
}
return nil
}
func (x *D8FCMemberInfo) GetRemark() []byte {
if x != nil {
return x.Remark
}
return nil
}
func (x *D8FCMemberInfo) GetGender() int32 {
if x != nil && x.Gender != nil {
return *x.Gender
}
return 0
}
func (x *D8FCMemberInfo) GetJob() []byte {
if x != nil {
return x.Job
}
return nil
}
func (x *D8FCMemberInfo) GetTribeLevel() int32 {
if x != nil && x.TribeLevel != nil {
return *x.TribeLevel
}
return 0
}
func (x *D8FCMemberInfo) GetTribePoint() int32 {
if x != nil && x.TribePoint != nil {
return *x.TribePoint
}
return 0
}
func (x *D8FCMemberInfo) GetRichCardName() []*D8FCCardNameElem {
if x != nil {
return x.RichCardName
}
return nil
}
func (x *D8FCMemberInfo) GetCommRichCardName() []byte {
if x != nil {
return x.CommRichCardName
}
return nil
}
type D8FCCardNameElem struct {
EnumCardType *int32 `protobuf:"varint,1,opt"`
Value []byte `protobuf:"bytes,2,opt"`
}
func (x *D8FCCardNameElem) GetEnumCardType() int32 {
if x != nil && x.EnumCardType != nil {
return *x.EnumCardType
}
return 0
}
func (x *D8FCCardNameElem) GetValue() []byte {
if x != nil {
return x.Value
}
return nil
}
type D8FCLevelName struct {
Level *int32 `protobuf:"varint,1,opt"`
Name *string `protobuf:"bytes,2,opt"`
}
func (x *D8FCLevelName) GetLevel() int32 {
if x != nil && x.Level != nil {
return *x.Level
}
return 0
}
func (x *D8FCLevelName) GetName() string {
if x != nil && x.Name != nil {
return *x.Name
}
return ""
}
type D8FCClientInfo struct {
Implat *int32 `protobuf:"varint,1,opt"`
IngClientver *string `protobuf:"bytes,2,opt"`
}
func (x *D8FCClientInfo) GetImplat() int32 {
if x != nil && x.Implat != nil {
return *x.Implat
}
return 0
}
func (x *D8FCClientInfo) GetIngClientver() string {
if x != nil && x.IngClientver != nil {
return *x.IngClientver
}
return ""
}
type D8FCCommCardNameBuf struct {
RichCardName []*D8FCRichCardNameElem `protobuf:"bytes,1,rep"`
}
func (x *D8FCCommCardNameBuf) GetRichCardName() []*D8FCRichCardNameElem {
if x != nil {
return x.RichCardName
}
return nil
}
type D8FCRichCardNameElem struct {
Ctrl []byte `protobuf:"bytes,1,opt"`
Text []byte `protobuf:"bytes,2,opt"`
}
func (x *D8FCRichCardNameElem) GetCtrl() []byte {
if x != nil {
return x.Ctrl
}
return nil
}
func (x *D8FCRichCardNameElem) GetText() []byte {
if x != nil {
return x.Text
}
return nil
}