Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LongMsgDeleteReq ¶
type LongMsgDeleteRsp ¶
type LongMsgDownReq ¶
type LongMsgDownRsp ¶
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"` }
type LongMsgUpRsp ¶
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"` // repeated LongMsgDownReq msgDownReq = 5; // repeated LongMsgDeleteReq msgDelReq = 6; AgentType int32 `protobuf:"varint,10,opt"` }
type LongRspBody ¶
type LongRspBody struct { Subcmd int32 `protobuf:"varint,1,opt"` // repeated LongMsgUpRsp msgUpRsp = 2; MsgDownRsp []*LongMsgDownRsp `protobuf:"bytes,3,rep"` //repeated LongMsgDeleteRsp msgDelRsp = 4; }
Click to show internal directories.
Click to hide internal directories.