longmsg

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 LongMsgDeleteReq

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

func (*LongMsgDeleteReq) GetMsgResid

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

func (*LongMsgDeleteReq) GetMsgType

func (x *LongMsgDeleteReq) GetMsgType() int32

type LongMsgDeleteRsp

type LongMsgDeleteRsp struct {
	Result   int32  `protobuf:"varint,1,opt"`
	MsgResid []byte `protobuf:"bytes,2,opt"`
}

func (*LongMsgDeleteRsp) GetMsgResid

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

func (*LongMsgDeleteRsp) GetResult

func (x *LongMsgDeleteRsp) GetResult() int32

type LongMsgDownReq

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

func (*LongMsgDownReq) GetMsgResid

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

func (*LongMsgDownReq) GetMsgType

func (x *LongMsgDownReq) GetMsgType() int32

func (*LongMsgDownReq) GetNeedCache

func (x *LongMsgDownReq) GetNeedCache() int32

func (*LongMsgDownReq) GetSrcUin

func (x *LongMsgDownReq) GetSrcUin() int32

type LongMsgDownRsp

type LongMsgDownRsp struct {
	Result     int32  `protobuf:"varint,1,opt"`
	MsgResid   []byte `protobuf:"bytes,2,opt"`
	MsgContent []byte `protobuf:"bytes,3,opt"`
}

func (*LongMsgDownRsp) GetMsgContent

func (x *LongMsgDownRsp) GetMsgContent() []byte

func (*LongMsgDownRsp) GetMsgResid

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

func (*LongMsgDownRsp) GetResult

func (x *LongMsgDownRsp) GetResult() int32

type LongMsgUpReq

type LongMsgUpReq struct {
	MsgType    int32  `protobuf:"varint,1,opt"`
	DstUin     int64  `protobuf:"varint,2,opt"`
	MsgId      int32  `protobuf:"varint,3,opt"`
	MsgContent []byte `protobuf:"bytes,4,opt"`
	StoreType  int32  `protobuf:"varint,5,opt"`
	MsgUkey    []byte `protobuf:"bytes,6,opt"`
	NeedCache  int32  `protobuf:"varint,7,opt"`
}

func (*LongMsgUpReq) GetDstUin

func (x *LongMsgUpReq) GetDstUin() int64

func (*LongMsgUpReq) GetMsgContent

func (x *LongMsgUpReq) GetMsgContent() []byte

func (*LongMsgUpReq) GetMsgId

func (x *LongMsgUpReq) GetMsgId() int32

func (*LongMsgUpReq) GetMsgType

func (x *LongMsgUpReq) GetMsgType() int32

func (*LongMsgUpReq) GetMsgUkey

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

func (*LongMsgUpReq) GetNeedCache

func (x *LongMsgUpReq) GetNeedCache() int32

func (*LongMsgUpReq) GetStoreType

func (x *LongMsgUpReq) GetStoreType() int32

type LongMsgUpRsp

type LongMsgUpRsp struct {
	Result   int32  `protobuf:"varint,1,opt"`
	MsgId    int32  `protobuf:"varint,2,opt"`
	MsgResid []byte `protobuf:"bytes,3,opt"`
}

func (*LongMsgUpRsp) GetMsgId

func (x *LongMsgUpRsp) GetMsgId() int32

func (*LongMsgUpRsp) GetMsgResid

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

func (*LongMsgUpRsp) GetResult

func (x *LongMsgUpRsp) GetResult() int32

type LongReqBody

type LongReqBody struct {
	Subcmd       int32               `protobuf:"varint,1,opt"`
	TermType     int32               `protobuf:"varint,2,opt"`
	PlatformType int32               `protobuf:"varint,3,opt"`
	MsgUpReq     []*LongMsgUpReq     `protobuf:"bytes,4,rep"`
	MsgDownReq   []*LongMsgDownReq   `protobuf:"bytes,5,rep"`
	MsgDelReq    []*LongMsgDeleteReq `protobuf:"bytes,6,rep"`
	AgentType    int32               `protobuf:"varint,10,opt"`
}

func (*LongReqBody) GetAgentType

func (x *LongReqBody) GetAgentType() int32

func (*LongReqBody) GetMsgDelReq

func (x *LongReqBody) GetMsgDelReq() []*LongMsgDeleteReq

func (*LongReqBody) GetMsgDownReq

func (x *LongReqBody) GetMsgDownReq() []*LongMsgDownReq

func (*LongReqBody) GetMsgUpReq

func (x *LongReqBody) GetMsgUpReq() []*LongMsgUpReq

func (*LongReqBody) GetPlatformType

func (x *LongReqBody) GetPlatformType() int32

func (*LongReqBody) GetSubcmd

func (x *LongReqBody) GetSubcmd() int32

func (*LongReqBody) GetTermType

func (x *LongReqBody) GetTermType() int32

type LongRspBody

type LongRspBody struct {
	Subcmd     int32               `protobuf:"varint,1,opt"`
	MsgUpRsp   []*LongMsgUpRsp     `protobuf:"bytes,2,rep"`
	MsgDownRsp []*LongMsgDownRsp   `protobuf:"bytes,3,rep"`
	MsgDelRsp  []*LongMsgDeleteRsp `protobuf:"bytes,4,rep"`
}

func (*LongRspBody) GetMsgDelRsp

func (x *LongRspBody) GetMsgDelRsp() []*LongMsgDeleteRsp

func (*LongRspBody) GetMsgDownRsp

func (x *LongRspBody) GetMsgDownRsp() []*LongMsgDownRsp

func (*LongRspBody) GetMsgUpRsp

func (x *LongRspBody) GetMsgUpRsp() []*LongMsgUpRsp

func (*LongRspBody) GetSubcmd

func (x *LongRspBody) GetSubcmd() int32

Jump to

Keyboard shortcuts

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