longmsg

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

View Source
var File_longmsg_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type LongMsgDeleteReq

type LongMsgDeleteReq struct {
	MsgResid []byte `protobuf:"bytes,1,opt,name=msgResid,proto3" json:"msgResid,omitempty"`
	MsgType  int32  `protobuf:"varint,2,opt,name=msgType,proto3" json:"msgType,omitempty"`
	// contains filtered or unexported fields
}

func (*LongMsgDeleteReq) Descriptor deprecated

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

Deprecated: Use LongMsgDeleteReq.ProtoReflect.Descriptor instead.

func (*LongMsgDeleteReq) GetMsgResid

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

func (*LongMsgDeleteReq) GetMsgType

func (x *LongMsgDeleteReq) GetMsgType() int32

func (*LongMsgDeleteReq) ProtoMessage

func (*LongMsgDeleteReq) ProtoMessage()

func (*LongMsgDeleteReq) ProtoReflect

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

func (*LongMsgDeleteReq) Reset

func (x *LongMsgDeleteReq) Reset()

func (*LongMsgDeleteReq) String

func (x *LongMsgDeleteReq) String() string

type LongMsgDeleteRsp

type LongMsgDeleteRsp struct {
	Result   int32  `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	MsgResid []byte `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"`
	// contains filtered or unexported fields
}

func (*LongMsgDeleteRsp) Descriptor deprecated

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

Deprecated: Use LongMsgDeleteRsp.ProtoReflect.Descriptor instead.

func (*LongMsgDeleteRsp) GetMsgResid

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

func (*LongMsgDeleteRsp) GetResult

func (x *LongMsgDeleteRsp) GetResult() int32

func (*LongMsgDeleteRsp) ProtoMessage

func (*LongMsgDeleteRsp) ProtoMessage()

func (*LongMsgDeleteRsp) ProtoReflect

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

func (*LongMsgDeleteRsp) Reset

func (x *LongMsgDeleteRsp) Reset()

func (*LongMsgDeleteRsp) String

func (x *LongMsgDeleteRsp) String() string

type LongMsgDownReq

type LongMsgDownReq struct {
	SrcUin    int32  `protobuf:"varint,1,opt,name=srcUin,proto3" json:"srcUin,omitempty"`
	MsgResid  []byte `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"`
	MsgType   int32  `protobuf:"varint,3,opt,name=msgType,proto3" json:"msgType,omitempty"`
	NeedCache int32  `protobuf:"varint,4,opt,name=needCache,proto3" json:"needCache,omitempty"`
	// contains filtered or unexported fields
}

func (*LongMsgDownReq) Descriptor deprecated

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

Deprecated: Use LongMsgDownReq.ProtoReflect.Descriptor instead.

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

func (*LongMsgDownReq) ProtoMessage

func (*LongMsgDownReq) ProtoMessage()

func (*LongMsgDownReq) ProtoReflect

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

func (*LongMsgDownReq) Reset

func (x *LongMsgDownReq) Reset()

func (*LongMsgDownReq) String

func (x *LongMsgDownReq) String() string

type LongMsgDownRsp

type LongMsgDownRsp struct {
	Result     int32  `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	MsgResid   []byte `protobuf:"bytes,2,opt,name=msgResid,proto3" json:"msgResid,omitempty"`
	MsgContent []byte `protobuf:"bytes,3,opt,name=msgContent,proto3" json:"msgContent,omitempty"`
	// contains filtered or unexported fields
}

func (*LongMsgDownRsp) Descriptor deprecated

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

Deprecated: Use LongMsgDownRsp.ProtoReflect.Descriptor instead.

func (*LongMsgDownRsp) GetMsgContent

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

func (*LongMsgDownRsp) GetMsgResid

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

func (*LongMsgDownRsp) GetResult

func (x *LongMsgDownRsp) GetResult() int32

func (*LongMsgDownRsp) ProtoMessage

func (*LongMsgDownRsp) ProtoMessage()

func (*LongMsgDownRsp) ProtoReflect

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

func (*LongMsgDownRsp) Reset

func (x *LongMsgDownRsp) Reset()

func (*LongMsgDownRsp) String

func (x *LongMsgDownRsp) String() string

type LongMsgUpReq

type LongMsgUpReq struct {
	MsgType    int32  `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"`
	DstUin     int64  `protobuf:"varint,2,opt,name=dstUin,proto3" json:"dstUin,omitempty"`
	MsgId      int32  `protobuf:"varint,3,opt,name=msgId,proto3" json:"msgId,omitempty"`
	MsgContent []byte `protobuf:"bytes,4,opt,name=msgContent,proto3" json:"msgContent,omitempty"`
	StoreType  int32  `protobuf:"varint,5,opt,name=storeType,proto3" json:"storeType,omitempty"`
	MsgUkey    []byte `protobuf:"bytes,6,opt,name=msgUkey,proto3" json:"msgUkey,omitempty"`
	NeedCache  int32  `protobuf:"varint,7,opt,name=needCache,proto3" json:"needCache,omitempty"`
	// contains filtered or unexported fields
}

func (*LongMsgUpReq) Descriptor deprecated

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

Deprecated: Use LongMsgUpReq.ProtoReflect.Descriptor instead.

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

func (*LongMsgUpReq) ProtoMessage

func (*LongMsgUpReq) ProtoMessage()

func (*LongMsgUpReq) ProtoReflect

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

func (*LongMsgUpReq) Reset

func (x *LongMsgUpReq) Reset()

func (*LongMsgUpReq) String

func (x *LongMsgUpReq) String() string

type LongMsgUpRsp

type LongMsgUpRsp struct {
	Result   int32  `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	MsgId    int32  `protobuf:"varint,2,opt,name=msgId,proto3" json:"msgId,omitempty"`
	MsgResid []byte `protobuf:"bytes,3,opt,name=msgResid,proto3" json:"msgResid,omitempty"`
	// contains filtered or unexported fields
}

func (*LongMsgUpRsp) Descriptor deprecated

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

Deprecated: Use LongMsgUpRsp.ProtoReflect.Descriptor instead.

func (*LongMsgUpRsp) GetMsgId

func (x *LongMsgUpRsp) GetMsgId() int32

func (*LongMsgUpRsp) GetMsgResid

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

func (*LongMsgUpRsp) GetResult

func (x *LongMsgUpRsp) GetResult() int32

func (*LongMsgUpRsp) ProtoMessage

func (*LongMsgUpRsp) ProtoMessage()

func (*LongMsgUpRsp) ProtoReflect

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

func (*LongMsgUpRsp) Reset

func (x *LongMsgUpRsp) Reset()

func (*LongMsgUpRsp) String

func (x *LongMsgUpRsp) String() string

type LongReqBody

type LongReqBody struct {
	Subcmd       int32               `protobuf:"varint,1,opt,name=subcmd,proto3" json:"subcmd,omitempty"`
	TermType     int32               `protobuf:"varint,2,opt,name=termType,proto3" json:"termType,omitempty"`
	PlatformType int32               `protobuf:"varint,3,opt,name=platformType,proto3" json:"platformType,omitempty"`
	MsgUpReq     []*LongMsgUpReq     `protobuf:"bytes,4,rep,name=msgUpReq,proto3" json:"msgUpReq,omitempty"`
	MsgDownReq   []*LongMsgDownReq   `protobuf:"bytes,5,rep,name=msgDownReq,proto3" json:"msgDownReq,omitempty"`
	MsgDelReq    []*LongMsgDeleteReq `protobuf:"bytes,6,rep,name=msgDelReq,proto3" json:"msgDelReq,omitempty"`
	AgentType    int32               `protobuf:"varint,10,opt,name=agentType,proto3" json:"agentType,omitempty"`
	// contains filtered or unexported fields
}

func (*LongReqBody) Descriptor deprecated

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

Deprecated: Use LongReqBody.ProtoReflect.Descriptor instead.

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

func (*LongReqBody) ProtoMessage

func (*LongReqBody) ProtoMessage()

func (*LongReqBody) ProtoReflect

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

func (*LongReqBody) Reset

func (x *LongReqBody) Reset()

func (*LongReqBody) String

func (x *LongReqBody) String() string

type LongRspBody

type LongRspBody struct {
	Subcmd     int32               `protobuf:"varint,1,opt,name=subcmd,proto3" json:"subcmd,omitempty"`
	MsgUpRsp   []*LongMsgUpRsp     `protobuf:"bytes,2,rep,name=msgUpRsp,proto3" json:"msgUpRsp,omitempty"`
	MsgDownRsp []*LongMsgDownRsp   `protobuf:"bytes,3,rep,name=msgDownRsp,proto3" json:"msgDownRsp,omitempty"`
	MsgDelRsp  []*LongMsgDeleteRsp `protobuf:"bytes,4,rep,name=msgDelRsp,proto3" json:"msgDelRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*LongRspBody) Descriptor deprecated

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

Deprecated: Use LongRspBody.ProtoReflect.Descriptor instead.

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

func (*LongRspBody) ProtoMessage

func (*LongRspBody) ProtoMessage()

func (*LongRspBody) ProtoReflect

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

func (*LongRspBody) Reset

func (x *LongRspBody) Reset()

func (*LongRspBody) String

func (x *LongRspBody) String() string

Jump to

Keyboard shortcuts

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