Documentation ¶
Index ¶
- type ChatServer
- func (s *ChatServer) GetMaxAndMinSeq(ctx context.Context, in *pb.GetMaxAndMinSeqReq) (*pb.GetMaxAndMinSeqResp, error)
- func (s *ChatServer) GetSuperGroupMaxAndMinSeq(ctx context.Context, in *pb.GetMaxAndMinSuperGroupSeqReq) (*pb.GetMaxAndMinSuperGroupSeqResp, error)
- func (s *ChatServer) PullMessageBySeqList(ctx context.Context, in *pb.WrapPullMessageBySeqListReq) (*pb.WrapPullMessageBySeqListResp, error)
- func (s *ChatServer) PullMessageBySuperGroupSeqList(ctx context.Context, in *pb.PullMessageBySuperGroupSeqListReq) (*pb.WrapPullMessageBySeqListResp, error)
- func (s *ChatServer) SendMsg(ctx context.Context, in *pb.SendMsgReq) (*pb.SendMsgResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatServer ¶
type ChatServer struct { pb.UnimplementedChatServer // contains filtered or unexported fields }
func NewChatServer ¶
func NewChatServer(svcCtx *svc.ServiceContext) *ChatServer
func (*ChatServer) GetMaxAndMinSeq ¶
func (s *ChatServer) GetMaxAndMinSeq(ctx context.Context, in *pb.GetMaxAndMinSeqReq) (*pb.GetMaxAndMinSeqResp, error)
func (*ChatServer) GetSuperGroupMaxAndMinSeq ¶
func (s *ChatServer) GetSuperGroupMaxAndMinSeq(ctx context.Context, in *pb.GetMaxAndMinSuperGroupSeqReq) (*pb.GetMaxAndMinSuperGroupSeqResp, error)
func (*ChatServer) PullMessageBySeqList ¶
func (s *ChatServer) PullMessageBySeqList(ctx context.Context, in *pb.WrapPullMessageBySeqListReq) (*pb.WrapPullMessageBySeqListResp, error)
func (*ChatServer) PullMessageBySuperGroupSeqList ¶
func (s *ChatServer) PullMessageBySuperGroupSeqList(ctx context.Context, in *pb.PullMessageBySuperGroupSeqListReq) (*pb.WrapPullMessageBySeqListResp, error)
func (*ChatServer) SendMsg ¶
func (s *ChatServer) SendMsg(ctx context.Context, in *pb.SendMsgReq) (*pb.SendMsgResp, error)
Click to show internal directories.
Click to hide internal directories.