multimsg

package
v0.0.0-...-f7ddc24 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2021 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternMsg

type ExternMsg struct {
	ChannelType int32 `protobuf:"varint,1,opt"`
}

func (*ExternMsg) GetChannelType

func (x *ExternMsg) GetChannelType() int32

type MultiMsgApplyDownReq

type MultiMsgApplyDownReq struct {
	MsgResid []byte `protobuf:"bytes,1,opt"`
	MsgType  int32  `protobuf:"varint,2,opt"`
	SrcUin   int64  `protobuf:"varint,3,opt"`
}

func (*MultiMsgApplyDownReq) GetMsgResid

func (x *MultiMsgApplyDownReq) GetMsgResid() []byte

func (*MultiMsgApplyDownReq) GetMsgType

func (x *MultiMsgApplyDownReq) GetMsgType() int32

func (*MultiMsgApplyDownReq) GetSrcUin

func (x *MultiMsgApplyDownReq) GetSrcUin() int64

type MultiMsgApplyDownRsp

type MultiMsgApplyDownRsp struct {
	Result           int32      `protobuf:"varint,1,opt"`
	ThumbDownPara    []byte     `protobuf:"bytes,2,opt"`
	MsgKey           []byte     `protobuf:"bytes,3,opt"`
	Uint32DownIp     []int32    `protobuf:"varint,4,rep"`
	Uint32DownPort   []int32    `protobuf:"varint,5,rep"`
	MsgResid         []byte     `protobuf:"bytes,6,opt"`
	MsgExternInfo    *ExternMsg `protobuf:"bytes,7,opt"`
	BytesDownIpV6    [][]byte   `protobuf:"bytes,8,rep"`
	Uint32DownV6Port []int32    `protobuf:"varint,9,rep"`
}

func (*MultiMsgApplyDownRsp) GetBytesDownIpV6

func (x *MultiMsgApplyDownRsp) GetBytesDownIpV6() [][]byte

func (*MultiMsgApplyDownRsp) GetMsgExternInfo

func (x *MultiMsgApplyDownRsp) GetMsgExternInfo() *ExternMsg

func (*MultiMsgApplyDownRsp) GetMsgKey

func (x *MultiMsgApplyDownRsp) GetMsgKey() []byte

func (*MultiMsgApplyDownRsp) GetMsgResid

func (x *MultiMsgApplyDownRsp) GetMsgResid() []byte

func (*MultiMsgApplyDownRsp) GetResult

func (x *MultiMsgApplyDownRsp) GetResult() int32

func (*MultiMsgApplyDownRsp) GetThumbDownPara

func (x *MultiMsgApplyDownRsp) GetThumbDownPara() []byte

func (*MultiMsgApplyDownRsp) GetUint32DownIp

func (x *MultiMsgApplyDownRsp) GetUint32DownIp() []int32

func (*MultiMsgApplyDownRsp) GetUint32DownPort

func (x *MultiMsgApplyDownRsp) GetUint32DownPort() []int32

func (*MultiMsgApplyDownRsp) GetUint32DownV6Port

func (x *MultiMsgApplyDownRsp) GetUint32DownV6Port() []int32

type MultiMsgApplyUpReq

type MultiMsgApplyUpReq struct {
	DstUin  int64  `protobuf:"varint,1,opt"`
	MsgSize int64  `protobuf:"varint,2,opt"`
	MsgMd5  []byte `protobuf:"bytes,3,opt"`
	MsgType int32  `protobuf:"varint,4,opt"`
	ApplyId int32  `protobuf:"varint,5,opt"`
}

func (*MultiMsgApplyUpReq) GetApplyId

func (x *MultiMsgApplyUpReq) GetApplyId() int32

func (*MultiMsgApplyUpReq) GetDstUin

func (x *MultiMsgApplyUpReq) GetDstUin() int64

func (*MultiMsgApplyUpReq) GetMsgMd5

func (x *MultiMsgApplyUpReq) GetMsgMd5() []byte

func (*MultiMsgApplyUpReq) GetMsgSize

func (x *MultiMsgApplyUpReq) GetMsgSize() int64

func (*MultiMsgApplyUpReq) GetMsgType

func (x *MultiMsgApplyUpReq) GetMsgType() int32

type MultiMsgApplyUpRsp

type MultiMsgApplyUpRsp struct {
	Result         int32      `protobuf:"varint,1,opt"`
	MsgResid       string     `protobuf:"bytes,2,opt"`
	MsgUkey        []byte     `protobuf:"bytes,3,opt"`
	Uint32UpIp     []int32    `protobuf:"varint,4,rep"`
	Uint32UpPort   []int32    `protobuf:"varint,5,rep"`
	BlockSize      int64      `protobuf:"varint,6,opt"`
	UpOffset       int64      `protobuf:"varint,7,opt"`
	ApplyId        int32      `protobuf:"varint,8,opt"`
	MsgKey         []byte     `protobuf:"bytes,9,opt"`
	MsgSig         []byte     `protobuf:"bytes,10,opt"`
	MsgExternInfo  *ExternMsg `protobuf:"bytes,11,opt"`
	BytesUpIpV6    [][]byte   `protobuf:"bytes,12,rep"`
	Uint32UpV6Port []int32    `protobuf:"varint,13,rep"`
}

func (*MultiMsgApplyUpRsp) GetApplyId

func (x *MultiMsgApplyUpRsp) GetApplyId() int32

func (*MultiMsgApplyUpRsp) GetBlockSize

func (x *MultiMsgApplyUpRsp) GetBlockSize() int64

func (*MultiMsgApplyUpRsp) GetBytesUpIpV6

func (x *MultiMsgApplyUpRsp) GetBytesUpIpV6() [][]byte

func (*MultiMsgApplyUpRsp) GetMsgExternInfo

func (x *MultiMsgApplyUpRsp) GetMsgExternInfo() *ExternMsg

func (*MultiMsgApplyUpRsp) GetMsgKey

func (x *MultiMsgApplyUpRsp) GetMsgKey() []byte

func (*MultiMsgApplyUpRsp) GetMsgResid

func (x *MultiMsgApplyUpRsp) GetMsgResid() string

func (*MultiMsgApplyUpRsp) GetMsgSig

func (x *MultiMsgApplyUpRsp) GetMsgSig() []byte

func (*MultiMsgApplyUpRsp) GetMsgUkey

func (x *MultiMsgApplyUpRsp) GetMsgUkey() []byte

func (*MultiMsgApplyUpRsp) GetResult

func (x *MultiMsgApplyUpRsp) GetResult() int32

func (*MultiMsgApplyUpRsp) GetUint32UpIp

func (x *MultiMsgApplyUpRsp) GetUint32UpIp() []int32

func (*MultiMsgApplyUpRsp) GetUint32UpPort

func (x *MultiMsgApplyUpRsp) GetUint32UpPort() []int32

func (*MultiMsgApplyUpRsp) GetUint32UpV6Port

func (x *MultiMsgApplyUpRsp) GetUint32UpV6Port() []int32

func (*MultiMsgApplyUpRsp) GetUpOffset

func (x *MultiMsgApplyUpRsp) GetUpOffset() int64

type MultiReqBody

type MultiReqBody struct {
	Subcmd               int32                   `protobuf:"varint,1,opt"`
	TermType             int32                   `protobuf:"varint,2,opt"`
	PlatformType         int32                   `protobuf:"varint,3,opt"`
	NetType              int32                   `protobuf:"varint,4,opt"`
	BuildVer             string                  `protobuf:"bytes,5,opt"`
	MultimsgApplyupReq   []*MultiMsgApplyUpReq   `protobuf:"bytes,6,rep"`
	MultimsgApplydownReq []*MultiMsgApplyDownReq `protobuf:"bytes,7,rep"`
	BuType               int32                   `protobuf:"varint,8,opt"`
	ReqChannelType       int32                   `protobuf:"varint,9,opt"`
}

func (*MultiReqBody) GetBuType

func (x *MultiReqBody) GetBuType() int32

func (*MultiReqBody) GetBuildVer

func (x *MultiReqBody) GetBuildVer() string

func (*MultiReqBody) GetMultimsgApplydownReq

func (x *MultiReqBody) GetMultimsgApplydownReq() []*MultiMsgApplyDownReq

func (*MultiReqBody) GetMultimsgApplyupReq

func (x *MultiReqBody) GetMultimsgApplyupReq() []*MultiMsgApplyUpReq

func (*MultiReqBody) GetNetType

func (x *MultiReqBody) GetNetType() int32

func (*MultiReqBody) GetPlatformType

func (x *MultiReqBody) GetPlatformType() int32

func (*MultiReqBody) GetReqChannelType

func (x *MultiReqBody) GetReqChannelType() int32

func (*MultiReqBody) GetSubcmd

func (x *MultiReqBody) GetSubcmd() int32

func (*MultiReqBody) GetTermType

func (x *MultiReqBody) GetTermType() int32

type MultiRspBody

type MultiRspBody struct {
	Subcmd               int32                   `protobuf:"varint,1,opt"`
	MultimsgApplyupRsp   []*MultiMsgApplyUpRsp   `protobuf:"bytes,2,rep"`
	MultimsgApplydownRsp []*MultiMsgApplyDownRsp `protobuf:"bytes,3,rep"`
}

func (*MultiRspBody) GetMultimsgApplydownRsp

func (x *MultiRspBody) GetMultimsgApplydownRsp() []*MultiMsgApplyDownRsp

func (*MultiRspBody) GetMultimsgApplyupRsp

func (x *MultiRspBody) GetMultimsgApplyupRsp() []*MultiMsgApplyUpRsp

func (*MultiRspBody) GetSubcmd

func (x *MultiRspBody) GetSubcmd() int32

Jump to

Keyboard shortcuts

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