Documentation
¶
Index ¶
- type Chat
- type GetMinAndMaxGroupSeqItem
- type GetMinAndMaxGroupSeqReq
- type GetMinAndMaxGroupSeqResp
- type GetMinAndMaxSeqReq
- type GetMinAndMaxSeqResp
- type MsgData
- type MsgDataToDB
- type MsgDataToMQ
- type MsgOptions
- type OfflinePush
- type PullMsgByGroupSeqListReq
- type PullMsgBySeqListReq
- type PullMsgListResp
- type PushMsgDataToMQ
- type SendMsgReq
- type SendMsgResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat interface { GetMaxAndMinSeq(ctx context.Context, in *GetMinAndMaxSeqReq, opts ...grpc.CallOption) (*GetMinAndMaxSeqResp, error) GetMinAndMaxGroupSeq(ctx context.Context, in *GetMinAndMaxGroupSeqReq, opts ...grpc.CallOption) (*GetMinAndMaxGroupSeqResp, error) PullMessageBySeqList(ctx context.Context, in *PullMsgBySeqListReq, opts ...grpc.CallOption) (*PullMsgListResp, error) PullMessageByGroupSeqList(ctx context.Context, in *PullMsgByGroupSeqListReq, opts ...grpc.CallOption) (*PullMsgListResp, error) SendMsg(ctx context.Context, in *SendMsgReq, opts ...grpc.CallOption) (*SendMsgResp, error) }
type GetMinAndMaxGroupSeqItem ¶
type GetMinAndMaxGroupSeqItem = pb.GetMinAndMaxGroupSeqItem
type GetMinAndMaxGroupSeqReq ¶
type GetMinAndMaxGroupSeqReq = pb.GetMinAndMaxGroupSeqReq
type GetMinAndMaxGroupSeqResp ¶
type GetMinAndMaxGroupSeqResp = pb.GetMinAndMaxGroupSeqResp
type GetMinAndMaxSeqReq ¶
type GetMinAndMaxSeqReq = pb.GetMinAndMaxSeqReq
type GetMinAndMaxSeqResp ¶
type GetMinAndMaxSeqResp = pb.GetMinAndMaxSeqResp
type MsgDataToDB ¶
type MsgDataToDB = pb.MsgDataToDB
type MsgDataToMQ ¶
type MsgDataToMQ = pb.MsgDataToMQ
type MsgOptions ¶
type MsgOptions = pb.MsgOptions
type OfflinePush ¶
type OfflinePush = pb.OfflinePush
type PullMsgByGroupSeqListReq ¶
type PullMsgByGroupSeqListReq = pb.PullMsgByGroupSeqListReq
type PullMsgBySeqListReq ¶
type PullMsgBySeqListReq = pb.PullMsgBySeqListReq
type PullMsgListResp ¶
type PullMsgListResp = pb.PullMsgListResp
type PushMsgDataToMQ ¶
type PushMsgDataToMQ = pb.PushMsgDataToMQ
type SendMsgReq ¶
type SendMsgReq = pb.SendMsgReq
type SendMsgResp ¶
type SendMsgResp = pb.SendMsgResp
Click to show internal directories.
Click to hide internal directories.