pb

package
v0.0.0-...-b4be506 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2021 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type ConfigSeq

type ConfigSeq struct {
	Type    int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Version int32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigSeq) Descriptor deprecated

func (*ConfigSeq) Descriptor() ([]byte, []int)

Deprecated: Use ConfigSeq.ProtoReflect.Descriptor instead.

func (*ConfigSeq) GetType

func (x *ConfigSeq) GetType() int32

func (*ConfigSeq) GetVersion

func (x *ConfigSeq) GetVersion() int32

func (*ConfigSeq) ProtoMessage

func (*ConfigSeq) ProtoMessage()

func (*ConfigSeq) ProtoReflect

func (x *ConfigSeq) ProtoReflect() protoreflect.Message

func (*ConfigSeq) Reset

func (x *ConfigSeq) Reset()

func (*ConfigSeq) String

func (x *ConfigSeq) String() string

type D50ReqBody

type D50ReqBody struct {
	Appid                   int64   `protobuf:"varint,1,opt,name=appid,proto3" json:"appid,omitempty"`
	MaxPkgSize              int32   `protobuf:"varint,2,opt,name=maxPkgSize,proto3" json:"maxPkgSize,omitempty"`
	StartTime               int32   `protobuf:"varint,3,opt,name=startTime,proto3" json:"startTime,omitempty"`
	StartIndex              int32   `protobuf:"varint,4,opt,name=startIndex,proto3" json:"startIndex,omitempty"`
	ReqNum                  int32   `protobuf:"varint,5,opt,name=reqNum,proto3" json:"reqNum,omitempty"`
	UinList                 []int64 `protobuf:"varint,6,rep,packed,name=uinList,proto3" json:"uinList,omitempty"`
	ReqMusicSwitch          int32   `protobuf:"varint,91001,opt,name=reqMusicSwitch,proto3" json:"reqMusicSwitch,omitempty"`
	ReqMutualmarkAlienation int32   `protobuf:"varint,101001,opt,name=reqMutualmarkAlienation,proto3" json:"reqMutualmarkAlienation,omitempty"`
	ReqMutualmarkScore      int32   `protobuf:"varint,141001,opt,name=reqMutualmarkScore,proto3" json:"reqMutualmarkScore,omitempty"`
	ReqKsingSwitch          int32   `protobuf:"varint,151001,opt,name=reqKsingSwitch,proto3" json:"reqKsingSwitch,omitempty"`
	ReqMutualmarkLbsshare   int32   `protobuf:"varint,181001,opt,name=reqMutualmarkLbsshare,proto3" json:"reqMutualmarkLbsshare,omitempty"`
	// contains filtered or unexported fields
}

func (*D50ReqBody) Descriptor deprecated

func (*D50ReqBody) Descriptor() ([]byte, []int)

Deprecated: Use D50ReqBody.ProtoReflect.Descriptor instead.

func (*D50ReqBody) GetAppid

func (x *D50ReqBody) GetAppid() int64

func (*D50ReqBody) GetMaxPkgSize

func (x *D50ReqBody) GetMaxPkgSize() int32

func (*D50ReqBody) GetReqKsingSwitch

func (x *D50ReqBody) GetReqKsingSwitch() int32

func (*D50ReqBody) GetReqMusicSwitch

func (x *D50ReqBody) GetReqMusicSwitch() int32

func (*D50ReqBody) GetReqMutualmarkAlienation

func (x *D50ReqBody) GetReqMutualmarkAlienation() int32

func (*D50ReqBody) GetReqMutualmarkLbsshare

func (x *D50ReqBody) GetReqMutualmarkLbsshare() int32

func (*D50ReqBody) GetReqMutualmarkScore

func (x *D50ReqBody) GetReqMutualmarkScore() int32

func (*D50ReqBody) GetReqNum

func (x *D50ReqBody) GetReqNum() int32

func (*D50ReqBody) GetStartIndex

func (x *D50ReqBody) GetStartIndex() int32

func (*D50ReqBody) GetStartTime

func (x *D50ReqBody) GetStartTime() int32

func (*D50ReqBody) GetUinList

func (x *D50ReqBody) GetUinList() []int64

func (*D50ReqBody) ProtoMessage

func (*D50ReqBody) ProtoMessage()

func (*D50ReqBody) ProtoReflect

func (x *D50ReqBody) ProtoReflect() protoreflect.Message

func (*D50ReqBody) Reset

func (x *D50ReqBody) Reset()

func (*D50ReqBody) String

func (x *D50ReqBody) String() string

type DataHighwayHead

type DataHighwayHead struct {
	Version    int32  `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Uin        string `protobuf:"bytes,2,opt,name=uin,proto3" json:"uin,omitempty"`
	Command    string `protobuf:"bytes,3,opt,name=command,proto3" json:"command,omitempty"`
	Seq        int32  `protobuf:"varint,4,opt,name=seq,proto3" json:"seq,omitempty"`
	RetryTimes int32  `protobuf:"varint,5,opt,name=retryTimes,proto3" json:"retryTimes,omitempty"`
	Appid      int32  `protobuf:"varint,6,opt,name=appid,proto3" json:"appid,omitempty"`
	Dataflag   int32  `protobuf:"varint,7,opt,name=dataflag,proto3" json:"dataflag,omitempty"`
	CommandId  int32  `protobuf:"varint,8,opt,name=commandId,proto3" json:"commandId,omitempty"`
	BuildVer   string `protobuf:"bytes,9,opt,name=buildVer,proto3" json:"buildVer,omitempty"`
	LocaleId   int32  `protobuf:"varint,10,opt,name=localeId,proto3" json:"localeId,omitempty"`
	// contains filtered or unexported fields
}

func (*DataHighwayHead) Descriptor deprecated

func (*DataHighwayHead) Descriptor() ([]byte, []int)

Deprecated: Use DataHighwayHead.ProtoReflect.Descriptor instead.

func (*DataHighwayHead) GetAppid

func (x *DataHighwayHead) GetAppid() int32

func (*DataHighwayHead) GetBuildVer

func (x *DataHighwayHead) GetBuildVer() string

func (*DataHighwayHead) GetCommand

func (x *DataHighwayHead) GetCommand() string

func (*DataHighwayHead) GetCommandId

func (x *DataHighwayHead) GetCommandId() int32

func (*DataHighwayHead) GetDataflag

func (x *DataHighwayHead) GetDataflag() int32

func (*DataHighwayHead) GetLocaleId

func (x *DataHighwayHead) GetLocaleId() int32

func (*DataHighwayHead) GetRetryTimes

func (x *DataHighwayHead) GetRetryTimes() int32

func (*DataHighwayHead) GetSeq

func (x *DataHighwayHead) GetSeq() int32

func (*DataHighwayHead) GetUin

func (x *DataHighwayHead) GetUin() string

func (*DataHighwayHead) GetVersion

func (x *DataHighwayHead) GetVersion() int32

func (*DataHighwayHead) ProtoMessage

func (*DataHighwayHead) ProtoMessage()

func (*DataHighwayHead) ProtoReflect

func (x *DataHighwayHead) ProtoReflect() protoreflect.Message

func (*DataHighwayHead) Reset

func (x *DataHighwayHead) Reset()

func (*DataHighwayHead) String

func (x *DataHighwayHead) String() string

type DeleteMessageRequest

type DeleteMessageRequest struct {
	Items []*MessageItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMessageRequest) Descriptor deprecated

func (*DeleteMessageRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMessageRequest.ProtoReflect.Descriptor instead.

func (*DeleteMessageRequest) GetItems

func (x *DeleteMessageRequest) GetItems() []*MessageItem

func (*DeleteMessageRequest) ProtoMessage

func (*DeleteMessageRequest) ProtoMessage()

func (*DeleteMessageRequest) ProtoReflect

func (x *DeleteMessageRequest) ProtoReflect() protoreflect.Message

func (*DeleteMessageRequest) Reset

func (x *DeleteMessageRequest) Reset()

func (*DeleteMessageRequest) String

func (x *DeleteMessageRequest) String() string

type DeviceInfo

type DeviceInfo struct {
	Bootloader   string `protobuf:"bytes,1,opt,name=bootloader,proto3" json:"bootloader,omitempty"`
	ProcVersion  string `protobuf:"bytes,2,opt,name=procVersion,proto3" json:"procVersion,omitempty"`
	Codename     string `protobuf:"bytes,3,opt,name=codename,proto3" json:"codename,omitempty"`
	Incremental  string `protobuf:"bytes,4,opt,name=incremental,proto3" json:"incremental,omitempty"`
	Fingerprint  string `protobuf:"bytes,5,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"`
	BootId       string `protobuf:"bytes,6,opt,name=bootId,proto3" json:"bootId,omitempty"`
	AndroidId    string `protobuf:"bytes,7,opt,name=androidId,proto3" json:"androidId,omitempty"`
	BaseBand     string `protobuf:"bytes,8,opt,name=baseBand,proto3" json:"baseBand,omitempty"`
	InnerVersion string `protobuf:"bytes,9,opt,name=innerVersion,proto3" json:"innerVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceInfo) Descriptor deprecated

func (*DeviceInfo) Descriptor() ([]byte, []int)

Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.

func (*DeviceInfo) GetAndroidId

func (x *DeviceInfo) GetAndroidId() string

func (*DeviceInfo) GetBaseBand

func (x *DeviceInfo) GetBaseBand() string

func (*DeviceInfo) GetBootId

func (x *DeviceInfo) GetBootId() string

func (*DeviceInfo) GetBootloader

func (x *DeviceInfo) GetBootloader() string

func (*DeviceInfo) GetCodename

func (x *DeviceInfo) GetCodename() string

func (*DeviceInfo) GetFingerprint

func (x *DeviceInfo) GetFingerprint() string

func (*DeviceInfo) GetIncremental

func (x *DeviceInfo) GetIncremental() string

func (*DeviceInfo) GetInnerVersion

func (x *DeviceInfo) GetInnerVersion() string

func (*DeviceInfo) GetProcVersion

func (x *DeviceInfo) GetProcVersion() string

func (*DeviceInfo) ProtoMessage

func (*DeviceInfo) ProtoMessage()

func (*DeviceInfo) ProtoReflect

func (x *DeviceInfo) ProtoReflect() protoreflect.Message

func (*DeviceInfo) Reset

func (x *DeviceInfo) Reset()

func (*DeviceInfo) String

func (x *DeviceInfo) String() string

type GroupMemberInfo

type GroupMemberInfo struct {
	Uin         int64  `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	Result      int32  `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"`
	Errmsg      []byte `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
	IsFriend    bool   `protobuf:"varint,4,opt,name=IsFriend,proto3" json:"IsFriend,omitempty"`
	Remark      []byte `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark,omitempty"`
	IsConcerned bool   `protobuf:"varint,6,opt,name=IsConcerned,proto3" json:"IsConcerned,omitempty"`
	Credit      int32  `protobuf:"varint,7,opt,name=credit,proto3" json:"credit,omitempty"`
	Card        []byte `protobuf:"bytes,8,opt,name=card,proto3" json:"card,omitempty"`
	Sex         int32  `protobuf:"varint,9,opt,name=sex,proto3" json:"sex,omitempty"`
	Location    []byte `protobuf:"bytes,10,opt,name=location,proto3" json:"location,omitempty"`
	Nick        []byte `protobuf:"bytes,11,opt,name=nick,proto3" json:"nick,omitempty"`
	Age         int32  `protobuf:"varint,12,opt,name=age,proto3" json:"age,omitempty"`
	Lev         []byte `protobuf:"bytes,13,opt,name=lev,proto3" json:"lev,omitempty"`
	Join        int64  `protobuf:"varint,14,opt,name=join,proto3" json:"join,omitempty"`
	LastSpeak   int64  `protobuf:"varint,15,opt,name=lastSpeak,proto3" json:"lastSpeak,omitempty"`
	//repeated CustomEntry customEnties = 16;
	//repeated GBarInfo gbarConcerned = 17;
	GbarTitle              []byte `protobuf:"bytes,18,opt,name=gbarTitle,proto3" json:"gbarTitle,omitempty"`
	GbarUrl                []byte `protobuf:"bytes,19,opt,name=gbarUrl,proto3" json:"gbarUrl,omitempty"`
	GbarCnt                int32  `protobuf:"varint,20,opt,name=gbarCnt,proto3" json:"gbarCnt,omitempty"`
	IsAllowModCard         bool   `protobuf:"varint,21,opt,name=isAllowModCard,proto3" json:"isAllowModCard,omitempty"`
	IsVip                  bool   `protobuf:"varint,22,opt,name=isVip,proto3" json:"isVip,omitempty"`
	IsYearVip              bool   `protobuf:"varint,23,opt,name=isYearVip,proto3" json:"isYearVip,omitempty"`
	IsSuperVip             bool   `protobuf:"varint,24,opt,name=isSuperVip,proto3" json:"isSuperVip,omitempty"`
	IsSuperQq              bool   `protobuf:"varint,25,opt,name=isSuperQq,proto3" json:"isSuperQq,omitempty"`
	VipLev                 int32  `protobuf:"varint,26,opt,name=vipLev,proto3" json:"vipLev,omitempty"`
	Role                   int32  `protobuf:"varint,27,opt,name=role,proto3" json:"role,omitempty"`
	LocationShared         bool   `protobuf:"varint,28,opt,name=locationShared,proto3" json:"locationShared,omitempty"`
	Int64Distance          int64  `protobuf:"varint,29,opt,name=int64Distance,proto3" json:"int64Distance,omitempty"`
	ConcernType            int32  `protobuf:"varint,30,opt,name=concernType,proto3" json:"concernType,omitempty"`
	SpecialTitle           []byte `protobuf:"bytes,31,opt,name=specialTitle,proto3" json:"specialTitle,omitempty"`
	SpecialTitleExpireTime int32  `protobuf:"varint,32,opt,name=specialTitleExpireTime,proto3" json:"specialTitleExpireTime,omitempty"`
	//FlowersEntry flowerEntry = 33;
	//TeamEntry teamEntry = 34;
	PhoneNum []byte `protobuf:"bytes,35,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"`
	Job      []byte `protobuf:"bytes,36,opt,name=job,proto3" json:"job,omitempty"`
	MedalId  int32  `protobuf:"varint,37,opt,name=medalId,proto3" json:"medalId,omitempty"`
	Level    int32  `protobuf:"varint,39,opt,name=level,proto3" json:"level,omitempty"`
	Honor    string `protobuf:"bytes,41,opt,name=honor,proto3" json:"honor,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberInfo) Descriptor deprecated

func (*GroupMemberInfo) Descriptor() ([]byte, []int)

Deprecated: Use GroupMemberInfo.ProtoReflect.Descriptor instead.

func (*GroupMemberInfo) GetAge

func (x *GroupMemberInfo) GetAge() int32

func (*GroupMemberInfo) GetCard

func (x *GroupMemberInfo) GetCard() []byte

func (*GroupMemberInfo) GetConcernType

func (x *GroupMemberInfo) GetConcernType() int32

func (*GroupMemberInfo) GetCredit

func (x *GroupMemberInfo) GetCredit() int32

func (*GroupMemberInfo) GetErrmsg

func (x *GroupMemberInfo) GetErrmsg() []byte

func (*GroupMemberInfo) GetGbarCnt

func (x *GroupMemberInfo) GetGbarCnt() int32

func (*GroupMemberInfo) GetGbarTitle

func (x *GroupMemberInfo) GetGbarTitle() []byte

func (*GroupMemberInfo) GetGbarUrl

func (x *GroupMemberInfo) GetGbarUrl() []byte

func (*GroupMemberInfo) GetHonor

func (x *GroupMemberInfo) GetHonor() string

func (*GroupMemberInfo) GetInt64Distance

func (x *GroupMemberInfo) GetInt64Distance() int64

func (*GroupMemberInfo) GetIsAllowModCard

func (x *GroupMemberInfo) GetIsAllowModCard() bool

func (*GroupMemberInfo) GetIsConcerned

func (x *GroupMemberInfo) GetIsConcerned() bool

func (*GroupMemberInfo) GetIsFriend

func (x *GroupMemberInfo) GetIsFriend() bool

func (*GroupMemberInfo) GetIsSuperQq

func (x *GroupMemberInfo) GetIsSuperQq() bool

func (*GroupMemberInfo) GetIsSuperVip

func (x *GroupMemberInfo) GetIsSuperVip() bool

func (*GroupMemberInfo) GetIsVip

func (x *GroupMemberInfo) GetIsVip() bool

func (*GroupMemberInfo) GetIsYearVip

func (x *GroupMemberInfo) GetIsYearVip() bool

func (*GroupMemberInfo) GetJob

func (x *GroupMemberInfo) GetJob() []byte

func (*GroupMemberInfo) GetJoin

func (x *GroupMemberInfo) GetJoin() int64

func (*GroupMemberInfo) GetLastSpeak

func (x *GroupMemberInfo) GetLastSpeak() int64

func (*GroupMemberInfo) GetLev

func (x *GroupMemberInfo) GetLev() []byte

func (*GroupMemberInfo) GetLevel

func (x *GroupMemberInfo) GetLevel() int32

func (*GroupMemberInfo) GetLocation

func (x *GroupMemberInfo) GetLocation() []byte

func (*GroupMemberInfo) GetLocationShared

func (x *GroupMemberInfo) GetLocationShared() bool

func (*GroupMemberInfo) GetMedalId

func (x *GroupMemberInfo) GetMedalId() int32

func (*GroupMemberInfo) GetNick

func (x *GroupMemberInfo) GetNick() []byte

func (*GroupMemberInfo) GetPhoneNum

func (x *GroupMemberInfo) GetPhoneNum() []byte

func (*GroupMemberInfo) GetRemark

func (x *GroupMemberInfo) GetRemark() []byte

func (*GroupMemberInfo) GetResult

func (x *GroupMemberInfo) GetResult() int32

func (*GroupMemberInfo) GetRole

func (x *GroupMemberInfo) GetRole() int32

func (*GroupMemberInfo) GetSex

func (x *GroupMemberInfo) GetSex() int32

func (*GroupMemberInfo) GetSpecialTitle

func (x *GroupMemberInfo) GetSpecialTitle() []byte

func (*GroupMemberInfo) GetSpecialTitleExpireTime

func (x *GroupMemberInfo) GetSpecialTitleExpireTime() int32

func (*GroupMemberInfo) GetUin

func (x *GroupMemberInfo) GetUin() int64

func (*GroupMemberInfo) GetVipLev

func (x *GroupMemberInfo) GetVipLev() int32

func (*GroupMemberInfo) ProtoMessage

func (*GroupMemberInfo) ProtoMessage()

func (*GroupMemberInfo) ProtoReflect

func (x *GroupMemberInfo) ProtoReflect() protoreflect.Message

func (*GroupMemberInfo) Reset

func (x *GroupMemberInfo) Reset()

func (*GroupMemberInfo) String

func (x *GroupMemberInfo) String() string

type GroupMemberReqBody

type GroupMemberReqBody struct {
	GroupCode       int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	Uin             int64 `protobuf:"varint,2,opt,name=uin,proto3" json:"uin,omitempty"`
	NewClient       bool  `protobuf:"varint,3,opt,name=newClient,proto3" json:"newClient,omitempty"`
	ClientType      int32 `protobuf:"varint,4,opt,name=clientType,proto3" json:"clientType,omitempty"`
	RichCardNameVer int32 `protobuf:"varint,5,opt,name=richCardNameVer,proto3" json:"richCardNameVer,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberReqBody) Descriptor deprecated

func (*GroupMemberReqBody) Descriptor() ([]byte, []int)

Deprecated: Use GroupMemberReqBody.ProtoReflect.Descriptor instead.

func (*GroupMemberReqBody) GetClientType

func (x *GroupMemberReqBody) GetClientType() int32

func (*GroupMemberReqBody) GetGroupCode

func (x *GroupMemberReqBody) GetGroupCode() int64

func (*GroupMemberReqBody) GetNewClient

func (x *GroupMemberReqBody) GetNewClient() bool

func (*GroupMemberReqBody) GetRichCardNameVer

func (x *GroupMemberReqBody) GetRichCardNameVer() int32

func (*GroupMemberReqBody) GetUin

func (x *GroupMemberReqBody) GetUin() int64

func (*GroupMemberReqBody) ProtoMessage

func (*GroupMemberReqBody) ProtoMessage()

func (*GroupMemberReqBody) ProtoReflect

func (x *GroupMemberReqBody) ProtoReflect() protoreflect.Message

func (*GroupMemberReqBody) Reset

func (x *GroupMemberReqBody) Reset()

func (*GroupMemberReqBody) String

func (x *GroupMemberReqBody) String() string

type GroupMemberRspBody

type GroupMemberRspBody struct {
	GroupCode              int64            `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	SelfRole               int32            `protobuf:"varint,2,opt,name=selfRole,proto3" json:"selfRole,omitempty"`
	MemInfo                *GroupMemberInfo `protobuf:"bytes,3,opt,name=memInfo,proto3" json:"memInfo,omitempty"`
	BoolSelfLocationShared bool             `protobuf:"varint,4,opt,name=boolSelfLocationShared,proto3" json:"boolSelfLocationShared,omitempty"`
	GroupType              int32            `protobuf:"varint,5,opt,name=groupType,proto3" json:"groupType,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMemberRspBody) Descriptor deprecated

func (*GroupMemberRspBody) Descriptor() ([]byte, []int)

Deprecated: Use GroupMemberRspBody.ProtoReflect.Descriptor instead.

func (*GroupMemberRspBody) GetBoolSelfLocationShared

func (x *GroupMemberRspBody) GetBoolSelfLocationShared() bool

func (*GroupMemberRspBody) GetGroupCode

func (x *GroupMemberRspBody) GetGroupCode() int64

func (*GroupMemberRspBody) GetGroupType

func (x *GroupMemberRspBody) GetGroupType() int32

func (*GroupMemberRspBody) GetMemInfo

func (x *GroupMemberRspBody) GetMemInfo() *GroupMemberInfo

func (*GroupMemberRspBody) GetSelfRole

func (x *GroupMemberRspBody) GetSelfRole() int32

func (*GroupMemberRspBody) ProtoMessage

func (*GroupMemberRspBody) ProtoMessage()

func (*GroupMemberRspBody) ProtoReflect

func (x *GroupMemberRspBody) ProtoReflect() protoreflect.Message

func (*GroupMemberRspBody) Reset

func (x *GroupMemberRspBody) Reset()

func (*GroupMemberRspBody) String

func (x *GroupMemberRspBody) String() string

type MessageItem

type MessageItem struct {
	FromUin int64  `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"`
	ToUin   int64  `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"`
	MsgType int32  `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"`
	MsgSeq  int32  `protobuf:"varint,4,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"`
	MsgUid  int64  `protobuf:"varint,5,opt,name=msgUid,proto3" json:"msgUid,omitempty"`
	Sig     []byte `protobuf:"bytes,7,opt,name=sig,proto3" json:"sig,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageItem) Descriptor deprecated

func (*MessageItem) Descriptor() ([]byte, []int)

Deprecated: Use MessageItem.ProtoReflect.Descriptor instead.

func (*MessageItem) GetFromUin

func (x *MessageItem) GetFromUin() int64

func (*MessageItem) GetMsgSeq

func (x *MessageItem) GetMsgSeq() int32

func (*MessageItem) GetMsgType

func (x *MessageItem) GetMsgType() int32

func (*MessageItem) GetMsgUid

func (x *MessageItem) GetMsgUid() int64

func (*MessageItem) GetSig

func (x *MessageItem) GetSig() []byte

func (*MessageItem) GetToUin

func (x *MessageItem) GetToUin() int64

func (*MessageItem) ProtoMessage

func (*MessageItem) ProtoMessage()

func (*MessageItem) ProtoReflect

func (x *MessageItem) ProtoReflect() protoreflect.Message

func (*MessageItem) Reset

func (x *MessageItem) Reset()

func (*MessageItem) String

func (x *MessageItem) String() string

type ReqDataHighwayHead

type ReqDataHighwayHead struct {
	MsgBasehead   *DataHighwayHead `protobuf:"bytes,1,opt,name=msgBasehead,proto3" json:"msgBasehead,omitempty"`
	MsgSeghead    *SegHead         `protobuf:"bytes,2,opt,name=msgSeghead,proto3" json:"msgSeghead,omitempty"`
	ReqExtendinfo []byte           `protobuf:"bytes,3,opt,name=reqExtendinfo,proto3" json:"reqExtendinfo,omitempty"`
	Timestamp     int64            `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` //LoginSigHead? msgLoginSigHead = 5;
	// contains filtered or unexported fields
}

func (*ReqDataHighwayHead) Descriptor deprecated

func (*ReqDataHighwayHead) Descriptor() ([]byte, []int)

Deprecated: Use ReqDataHighwayHead.ProtoReflect.Descriptor instead.

func (*ReqDataHighwayHead) GetMsgBasehead

func (x *ReqDataHighwayHead) GetMsgBasehead() *DataHighwayHead

func (*ReqDataHighwayHead) GetMsgSeghead

func (x *ReqDataHighwayHead) GetMsgSeghead() *SegHead

func (*ReqDataHighwayHead) GetReqExtendinfo

func (x *ReqDataHighwayHead) GetReqExtendinfo() []byte

func (*ReqDataHighwayHead) GetTimestamp

func (x *ReqDataHighwayHead) GetTimestamp() int64

func (*ReqDataHighwayHead) ProtoMessage

func (*ReqDataHighwayHead) ProtoMessage()

func (*ReqDataHighwayHead) ProtoReflect

func (x *ReqDataHighwayHead) ProtoReflect() protoreflect.Message

func (*ReqDataHighwayHead) Reset

func (x *ReqDataHighwayHead) Reset()

func (*ReqDataHighwayHead) String

func (x *ReqDataHighwayHead) String() string

type RequestBody

type RequestBody struct {
	RptConfigList []*ConfigSeq `protobuf:"bytes,1,rep,name=rpt_config_list,json=rptConfigList,proto3" json:"rpt_config_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestBody) Descriptor deprecated

func (*RequestBody) Descriptor() ([]byte, []int)

Deprecated: Use RequestBody.ProtoReflect.Descriptor instead.

func (*RequestBody) GetRptConfigList

func (x *RequestBody) GetRptConfigList() []*ConfigSeq

func (*RequestBody) ProtoMessage

func (*RequestBody) ProtoMessage()

func (*RequestBody) ProtoReflect

func (x *RequestBody) ProtoReflect() protoreflect.Message

func (*RequestBody) Reset

func (x *RequestBody) Reset()

func (*RequestBody) String

func (x *RequestBody) String() string

type RspDataHighwayHead

type RspDataHighwayHead struct {
	MsgBasehead   *DataHighwayHead `protobuf:"bytes,1,opt,name=msgBasehead,proto3" json:"msgBasehead,omitempty"`
	MsgSeghead    *SegHead         `protobuf:"bytes,2,opt,name=msgSeghead,proto3" json:"msgSeghead,omitempty"`
	ErrorCode     int32            `protobuf:"varint,3,opt,name=errorCode,proto3" json:"errorCode,omitempty"`
	AllowRetry    int32            `protobuf:"varint,4,opt,name=allowRetry,proto3" json:"allowRetry,omitempty"`
	Cachecost     int32            `protobuf:"varint,5,opt,name=cachecost,proto3" json:"cachecost,omitempty"`
	Htcost        int32            `protobuf:"varint,6,opt,name=htcost,proto3" json:"htcost,omitempty"`
	RspExtendinfo []byte           `protobuf:"bytes,7,opt,name=rspExtendinfo,proto3" json:"rspExtendinfo,omitempty"`
	Timestamp     int64            `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Range         int64            `protobuf:"varint,9,opt,name=range,proto3" json:"range,omitempty"`
	IsReset       int32            `protobuf:"varint,10,opt,name=isReset,proto3" json:"isReset,omitempty"`
	// contains filtered or unexported fields
}

func (*RspDataHighwayHead) Descriptor deprecated

func (*RspDataHighwayHead) Descriptor() ([]byte, []int)

Deprecated: Use RspDataHighwayHead.ProtoReflect.Descriptor instead.

func (*RspDataHighwayHead) GetAllowRetry

func (x *RspDataHighwayHead) GetAllowRetry() int32

func (*RspDataHighwayHead) GetCachecost

func (x *RspDataHighwayHead) GetCachecost() int32

func (*RspDataHighwayHead) GetErrorCode

func (x *RspDataHighwayHead) GetErrorCode() int32

func (*RspDataHighwayHead) GetHtcost

func (x *RspDataHighwayHead) GetHtcost() int32

func (*RspDataHighwayHead) GetIsReset

func (x *RspDataHighwayHead) GetIsReset() int32

func (*RspDataHighwayHead) GetMsgBasehead

func (x *RspDataHighwayHead) GetMsgBasehead() *DataHighwayHead

func (*RspDataHighwayHead) GetMsgSeghead

func (x *RspDataHighwayHead) GetMsgSeghead() *SegHead

func (*RspDataHighwayHead) GetRange

func (x *RspDataHighwayHead) GetRange() int64

func (*RspDataHighwayHead) GetRspExtendinfo

func (x *RspDataHighwayHead) GetRspExtendinfo() []byte

func (*RspDataHighwayHead) GetTimestamp

func (x *RspDataHighwayHead) GetTimestamp() int64

func (*RspDataHighwayHead) ProtoMessage

func (*RspDataHighwayHead) ProtoMessage()

func (*RspDataHighwayHead) ProtoReflect

func (x *RspDataHighwayHead) ProtoReflect() protoreflect.Message

func (*RspDataHighwayHead) Reset

func (x *RspDataHighwayHead) Reset()

func (*RspDataHighwayHead) String

func (x *RspDataHighwayHead) String() string

type SegHead

type SegHead struct {
	Serviceid     int32  `protobuf:"varint,1,opt,name=serviceid,proto3" json:"serviceid,omitempty"`
	Filesize      int64  `protobuf:"varint,2,opt,name=filesize,proto3" json:"filesize,omitempty"`
	Dataoffset    int64  `protobuf:"varint,3,opt,name=dataoffset,proto3" json:"dataoffset,omitempty"`
	Datalength    int32  `protobuf:"varint,4,opt,name=datalength,proto3" json:"datalength,omitempty"`
	Rtcode        int32  `protobuf:"varint,5,opt,name=rtcode,proto3" json:"rtcode,omitempty"`
	Serviceticket []byte `protobuf:"bytes,6,opt,name=serviceticket,proto3" json:"serviceticket,omitempty"`
	Flag          int32  `protobuf:"varint,7,opt,name=flag,proto3" json:"flag,omitempty"`
	Md5           []byte `protobuf:"bytes,8,opt,name=md5,proto3" json:"md5,omitempty"`
	FileMd5       []byte `protobuf:"bytes,9,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"`
	CacheAddr     int32  `protobuf:"varint,10,opt,name=cacheAddr,proto3" json:"cacheAddr,omitempty"`
	QueryTimes    int32  `protobuf:"varint,11,opt,name=queryTimes,proto3" json:"queryTimes,omitempty"`
	UpdateCacheip int32  `protobuf:"varint,12,opt,name=updateCacheip,proto3" json:"updateCacheip,omitempty"`
	// contains filtered or unexported fields
}

func (*SegHead) Descriptor deprecated

func (*SegHead) Descriptor() ([]byte, []int)

Deprecated: Use SegHead.ProtoReflect.Descriptor instead.

func (*SegHead) GetCacheAddr

func (x *SegHead) GetCacheAddr() int32

func (*SegHead) GetDatalength

func (x *SegHead) GetDatalength() int32

func (*SegHead) GetDataoffset

func (x *SegHead) GetDataoffset() int64

func (*SegHead) GetFileMd5

func (x *SegHead) GetFileMd5() []byte

func (*SegHead) GetFilesize

func (x *SegHead) GetFilesize() int64

func (*SegHead) GetFlag

func (x *SegHead) GetFlag() int32

func (*SegHead) GetMd5

func (x *SegHead) GetMd5() []byte

func (*SegHead) GetQueryTimes

func (x *SegHead) GetQueryTimes() int32

func (*SegHead) GetRtcode

func (x *SegHead) GetRtcode() int32

func (*SegHead) GetServiceid

func (x *SegHead) GetServiceid() int32

func (*SegHead) GetServiceticket

func (x *SegHead) GetServiceticket() []byte

func (*SegHead) GetUpdateCacheip

func (x *SegHead) GetUpdateCacheip() int32

func (*SegHead) ProtoMessage

func (*SegHead) ProtoMessage()

func (*SegHead) ProtoReflect

func (x *SegHead) ProtoReflect() protoreflect.Message

func (*SegHead) Reset

func (x *SegHead) Reset()

func (*SegHead) String

func (x *SegHead) String() string

type Sub44

type Sub44 struct {
	FriendSyncMsg *Sub44FriendSyncMsg `protobuf:"bytes,1,opt,name=friendSyncMsg,proto3" json:"friendSyncMsg,omitempty"`
	GroupSyncMsg  *Sub44GroupSyncMsg  `protobuf:"bytes,2,opt,name=groupSyncMsg,proto3" json:"groupSyncMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*Sub44) Descriptor deprecated

func (*Sub44) Descriptor() ([]byte, []int)

Deprecated: Use Sub44.ProtoReflect.Descriptor instead.

func (*Sub44) GetFriendSyncMsg

func (x *Sub44) GetFriendSyncMsg() *Sub44FriendSyncMsg

func (*Sub44) GetGroupSyncMsg

func (x *Sub44) GetGroupSyncMsg() *Sub44GroupSyncMsg

func (*Sub44) ProtoMessage

func (*Sub44) ProtoMessage()

func (*Sub44) ProtoReflect

func (x *Sub44) ProtoReflect() protoreflect.Message

func (*Sub44) Reset

func (x *Sub44) Reset()

func (*Sub44) String

func (x *Sub44) String() string

type Sub44FriendSyncMsg

type Sub44FriendSyncMsg struct {
	Uin         int64    `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	FUin        int64    `protobuf:"varint,2,opt,name=fUin,proto3" json:"fUin,omitempty"`
	ProcessType int32    `protobuf:"varint,3,opt,name=processType,proto3" json:"processType,omitempty"`
	Time        int32    `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	ProcessFlag int32    `protobuf:"varint,5,opt,name=processFlag,proto3" json:"processFlag,omitempty"`
	SourceId    int32    `protobuf:"varint,6,opt,name=sourceId,proto3" json:"sourceId,omitempty"`
	SourceSubId int32    `protobuf:"varint,7,opt,name=sourceSubId,proto3" json:"sourceSubId,omitempty"`
	StrWording  []string `protobuf:"bytes,8,rep,name=strWording,proto3" json:"strWording,omitempty"`
	// contains filtered or unexported fields
}

func (*Sub44FriendSyncMsg) Descriptor deprecated

func (*Sub44FriendSyncMsg) Descriptor() ([]byte, []int)

Deprecated: Use Sub44FriendSyncMsg.ProtoReflect.Descriptor instead.

func (*Sub44FriendSyncMsg) GetFUin

func (x *Sub44FriendSyncMsg) GetFUin() int64

func (*Sub44FriendSyncMsg) GetProcessFlag

func (x *Sub44FriendSyncMsg) GetProcessFlag() int32

func (*Sub44FriendSyncMsg) GetProcessType

func (x *Sub44FriendSyncMsg) GetProcessType() int32

func (*Sub44FriendSyncMsg) GetSourceId

func (x *Sub44FriendSyncMsg) GetSourceId() int32

func (*Sub44FriendSyncMsg) GetSourceSubId

func (x *Sub44FriendSyncMsg) GetSourceSubId() int32

func (*Sub44FriendSyncMsg) GetStrWording

func (x *Sub44FriendSyncMsg) GetStrWording() []string

func (*Sub44FriendSyncMsg) GetTime

func (x *Sub44FriendSyncMsg) GetTime() int32

func (*Sub44FriendSyncMsg) GetUin

func (x *Sub44FriendSyncMsg) GetUin() int64

func (*Sub44FriendSyncMsg) ProtoMessage

func (*Sub44FriendSyncMsg) ProtoMessage()

func (*Sub44FriendSyncMsg) ProtoReflect

func (x *Sub44FriendSyncMsg) ProtoReflect() protoreflect.Message

func (*Sub44FriendSyncMsg) Reset

func (x *Sub44FriendSyncMsg) Reset()

func (*Sub44FriendSyncMsg) String

func (x *Sub44FriendSyncMsg) String() string

type Sub44GroupSyncMsg

type Sub44GroupSyncMsg struct {
	MsgType         int32  `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"`
	MsgSeq          int64  `protobuf:"varint,2,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"`
	GrpCode         int64  `protobuf:"varint,3,opt,name=grpCode,proto3" json:"grpCode,omitempty"`
	GaCode          int64  `protobuf:"varint,4,opt,name=gaCode,proto3" json:"gaCode,omitempty"`
	OptUin1         int64  `protobuf:"varint,5,opt,name=optUin1,proto3" json:"optUin1,omitempty"`
	OptUin2         int64  `protobuf:"varint,6,opt,name=optUin2,proto3" json:"optUin2,omitempty"`
	MsgBuf          []byte `protobuf:"bytes,7,opt,name=msgBuf,proto3" json:"msgBuf,omitempty"`
	AuthKey         []byte `protobuf:"bytes,8,opt,name=authKey,proto3" json:"authKey,omitempty"`
	MsgStatus       int32  `protobuf:"varint,9,opt,name=msgStatus,proto3" json:"msgStatus,omitempty"`
	ActionUin       int64  `protobuf:"varint,10,opt,name=actionUin,proto3" json:"actionUin,omitempty"`
	ActionTime      int64  `protobuf:"varint,11,opt,name=actionTime,proto3" json:"actionTime,omitempty"`
	CurMaxMemCount  int32  `protobuf:"varint,12,opt,name=curMaxMemCount,proto3" json:"curMaxMemCount,omitempty"`
	NextMaxMemCount int32  `protobuf:"varint,13,opt,name=nextMaxMemCount,proto3" json:"nextMaxMemCount,omitempty"`
	CurMemCount     int32  `protobuf:"varint,14,opt,name=curMemCount,proto3" json:"curMemCount,omitempty"`
	ReqSrcId        int32  `protobuf:"varint,15,opt,name=reqSrcId,proto3" json:"reqSrcId,omitempty"`
	ReqSrcSubId     int32  `protobuf:"varint,16,opt,name=reqSrcSubId,proto3" json:"reqSrcSubId,omitempty"`
	InviterRole     int32  `protobuf:"varint,17,opt,name=inviterRole,proto3" json:"inviterRole,omitempty"`
	ExtAdminNum     int32  `protobuf:"varint,18,opt,name=extAdminNum,proto3" json:"extAdminNum,omitempty"`
	ProcessFlag     int32  `protobuf:"varint,19,opt,name=processFlag,proto3" json:"processFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*Sub44GroupSyncMsg) Descriptor deprecated

func (*Sub44GroupSyncMsg) Descriptor() ([]byte, []int)

Deprecated: Use Sub44GroupSyncMsg.ProtoReflect.Descriptor instead.

func (*Sub44GroupSyncMsg) GetActionTime

func (x *Sub44GroupSyncMsg) GetActionTime() int64

func (*Sub44GroupSyncMsg) GetActionUin

func (x *Sub44GroupSyncMsg) GetActionUin() int64

func (*Sub44GroupSyncMsg) GetAuthKey

func (x *Sub44GroupSyncMsg) GetAuthKey() []byte

func (*Sub44GroupSyncMsg) GetCurMaxMemCount

func (x *Sub44GroupSyncMsg) GetCurMaxMemCount() int32

func (*Sub44GroupSyncMsg) GetCurMemCount

func (x *Sub44GroupSyncMsg) GetCurMemCount() int32

func (*Sub44GroupSyncMsg) GetExtAdminNum

func (x *Sub44GroupSyncMsg) GetExtAdminNum() int32

func (*Sub44GroupSyncMsg) GetGaCode

func (x *Sub44GroupSyncMsg) GetGaCode() int64

func (*Sub44GroupSyncMsg) GetGrpCode

func (x *Sub44GroupSyncMsg) GetGrpCode() int64

func (*Sub44GroupSyncMsg) GetInviterRole

func (x *Sub44GroupSyncMsg) GetInviterRole() int32

func (*Sub44GroupSyncMsg) GetMsgBuf

func (x *Sub44GroupSyncMsg) GetMsgBuf() []byte

func (*Sub44GroupSyncMsg) GetMsgSeq

func (x *Sub44GroupSyncMsg) GetMsgSeq() int64

func (*Sub44GroupSyncMsg) GetMsgStatus

func (x *Sub44GroupSyncMsg) GetMsgStatus() int32

func (*Sub44GroupSyncMsg) GetMsgType

func (x *Sub44GroupSyncMsg) GetMsgType() int32

func (*Sub44GroupSyncMsg) GetNextMaxMemCount

func (x *Sub44GroupSyncMsg) GetNextMaxMemCount() int32

func (*Sub44GroupSyncMsg) GetOptUin1

func (x *Sub44GroupSyncMsg) GetOptUin1() int64

func (*Sub44GroupSyncMsg) GetOptUin2

func (x *Sub44GroupSyncMsg) GetOptUin2() int64

func (*Sub44GroupSyncMsg) GetProcessFlag

func (x *Sub44GroupSyncMsg) GetProcessFlag() int32

func (*Sub44GroupSyncMsg) GetReqSrcId

func (x *Sub44GroupSyncMsg) GetReqSrcId() int32

func (*Sub44GroupSyncMsg) GetReqSrcSubId

func (x *Sub44GroupSyncMsg) GetReqSrcSubId() int32

func (*Sub44GroupSyncMsg) ProtoMessage

func (*Sub44GroupSyncMsg) ProtoMessage()

func (*Sub44GroupSyncMsg) ProtoReflect

func (x *Sub44GroupSyncMsg) ProtoReflect() protoreflect.Message

func (*Sub44GroupSyncMsg) Reset

func (x *Sub44GroupSyncMsg) Reset()

func (*Sub44GroupSyncMsg) String

func (x *Sub44GroupSyncMsg) String() string

type Sub8A

type Sub8A struct {
	MsgInfo         []*Sub8AMsgInfo `protobuf:"bytes,1,rep,name=msg_info,json=msgInfo,proto3" json:"msg_info,omitempty"`
	AppId           int32           `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	InstId          int32           `protobuf:"varint,3,opt,name=instId,proto3" json:"instId,omitempty"`
	LongMessageFlag int32           `protobuf:"varint,4,opt,name=longMessageFlag,proto3" json:"longMessageFlag,omitempty"`
	Reserved        []byte          `protobuf:"bytes,5,opt,name=reserved,proto3" json:"reserved,omitempty"`
	// contains filtered or unexported fields
}

func (*Sub8A) Descriptor deprecated

func (*Sub8A) Descriptor() ([]byte, []int)

Deprecated: Use Sub8A.ProtoReflect.Descriptor instead.

func (*Sub8A) GetAppId

func (x *Sub8A) GetAppId() int32

func (*Sub8A) GetInstId

func (x *Sub8A) GetInstId() int32

func (*Sub8A) GetLongMessageFlag

func (x *Sub8A) GetLongMessageFlag() int32

func (*Sub8A) GetMsgInfo

func (x *Sub8A) GetMsgInfo() []*Sub8AMsgInfo

func (*Sub8A) GetReserved

func (x *Sub8A) GetReserved() []byte

func (*Sub8A) ProtoMessage

func (*Sub8A) ProtoMessage()

func (*Sub8A) ProtoReflect

func (x *Sub8A) ProtoReflect() protoreflect.Message

func (*Sub8A) Reset

func (x *Sub8A) Reset()

func (*Sub8A) String

func (x *Sub8A) String() string

type Sub8AMsgInfo

type Sub8AMsgInfo struct {
	FromUin   int64 `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"`
	ToUin     int64 `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"`
	MsgSeq    int32 `protobuf:"varint,3,opt,name=msgSeq,proto3" json:"msgSeq,omitempty"`
	MsgUid    int64 `protobuf:"varint,4,opt,name=msgUid,proto3" json:"msgUid,omitempty"`
	MsgTime   int64 `protobuf:"varint,5,opt,name=msgTime,proto3" json:"msgTime,omitempty"`
	MsgRandom int32 `protobuf:"varint,6,opt,name=msgRandom,proto3" json:"msgRandom,omitempty"`
	PkgNum    int32 `protobuf:"varint,7,opt,name=pkgNum,proto3" json:"pkgNum,omitempty"`
	PkgIndex  int32 `protobuf:"varint,8,opt,name=pkgIndex,proto3" json:"pkgIndex,omitempty"`
	DevSeq    int32 `protobuf:"varint,9,opt,name=devSeq,proto3" json:"devSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*Sub8AMsgInfo) Descriptor deprecated

func (*Sub8AMsgInfo) Descriptor() ([]byte, []int)

Deprecated: Use Sub8AMsgInfo.ProtoReflect.Descriptor instead.

func (*Sub8AMsgInfo) GetDevSeq

func (x *Sub8AMsgInfo) GetDevSeq() int32

func (*Sub8AMsgInfo) GetFromUin

func (x *Sub8AMsgInfo) GetFromUin() int64

func (*Sub8AMsgInfo) GetMsgRandom

func (x *Sub8AMsgInfo) GetMsgRandom() int32

func (*Sub8AMsgInfo) GetMsgSeq

func (x *Sub8AMsgInfo) GetMsgSeq() int32

func (*Sub8AMsgInfo) GetMsgTime

func (x *Sub8AMsgInfo) GetMsgTime() int64

func (*Sub8AMsgInfo) GetMsgUid

func (x *Sub8AMsgInfo) GetMsgUid() int64

func (*Sub8AMsgInfo) GetPkgIndex

func (x *Sub8AMsgInfo) GetPkgIndex() int32

func (*Sub8AMsgInfo) GetPkgNum

func (x *Sub8AMsgInfo) GetPkgNum() int32

func (*Sub8AMsgInfo) GetToUin

func (x *Sub8AMsgInfo) GetToUin() int64

func (*Sub8AMsgInfo) ProtoMessage

func (*Sub8AMsgInfo) ProtoMessage()

func (*Sub8AMsgInfo) ProtoReflect

func (x *Sub8AMsgInfo) ProtoReflect() protoreflect.Message

func (*Sub8AMsgInfo) Reset

func (x *Sub8AMsgInfo) Reset()

func (*Sub8AMsgInfo) String

func (x *Sub8AMsgInfo) String() string

type SubB3

type SubB3 struct {
	Type            int32              `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	MsgAddFrdNotify *SubB3AddFrdNotify `protobuf:"bytes,2,opt,name=msgAddFrdNotify,proto3" json:"msgAddFrdNotify,omitempty"`
	// contains filtered or unexported fields
}

func (*SubB3) Descriptor deprecated

func (*SubB3) Descriptor() ([]byte, []int)

Deprecated: Use SubB3.ProtoReflect.Descriptor instead.

func (*SubB3) GetMsgAddFrdNotify

func (x *SubB3) GetMsgAddFrdNotify() *SubB3AddFrdNotify

func (*SubB3) GetType

func (x *SubB3) GetType() int32

func (*SubB3) ProtoMessage

func (*SubB3) ProtoMessage()

func (*SubB3) ProtoReflect

func (x *SubB3) ProtoReflect() protoreflect.Message

func (*SubB3) Reset

func (x *SubB3) Reset()

func (*SubB3) String

func (x *SubB3) String() string

type SubB3AddFrdNotify

type SubB3AddFrdNotify struct {
	Uin  int64  `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	Nick string `protobuf:"bytes,5,opt,name=nick,proto3" json:"nick,omitempty"`
	// contains filtered or unexported fields
}

func (*SubB3AddFrdNotify) Descriptor deprecated

func (*SubB3AddFrdNotify) Descriptor() ([]byte, []int)

Deprecated: Use SubB3AddFrdNotify.ProtoReflect.Descriptor instead.

func (*SubB3AddFrdNotify) GetNick

func (x *SubB3AddFrdNotify) GetNick() string

func (*SubB3AddFrdNotify) GetUin

func (x *SubB3AddFrdNotify) GetUin() int64

func (*SubB3AddFrdNotify) ProtoMessage

func (*SubB3AddFrdNotify) ProtoMessage()

func (*SubB3AddFrdNotify) ProtoReflect

func (x *SubB3AddFrdNotify) ProtoReflect() protoreflect.Message

func (*SubB3AddFrdNotify) Reset

func (x *SubB3AddFrdNotify) Reset()

func (*SubB3AddFrdNotify) String

func (x *SubB3AddFrdNotify) String() string

type SubD4

type SubD4 struct {
	Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
	// contains filtered or unexported fields
}

func (*SubD4) Descriptor deprecated

func (*SubD4) Descriptor() ([]byte, []int)

Deprecated: Use SubD4.ProtoReflect.Descriptor instead.

func (*SubD4) GetUin

func (x *SubD4) GetUin() int64

func (*SubD4) ProtoMessage

func (*SubD4) ProtoMessage()

func (*SubD4) ProtoReflect

func (x *SubD4) ProtoReflect() protoreflect.Message

func (*SubD4) Reset

func (x *SubD4) Reset()

func (*SubD4) String

func (x *SubD4) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL