chat

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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)
}

func NewChat

func NewChat(cli zrpc.Client) Chat

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 MsgData

type MsgData = pb.MsgData

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

Jump to

Keyboard shortcuts

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