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"`
MsgDownReq []*LongMsgDownReq `protobuf:"bytes,5,rep"`
MsgDelReq []*LongMsgDeleteReq `protobuf:"bytes,6,rep"`
AgentType int32 `protobuf:"varint,10,opt"`
}
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"`
}
Click to show internal directories.
Click to hide internal directories.