Documentation ¶
Index ¶
- type MsgcallbackServiceServer
- func (s *MsgcallbackServiceServer) CallbackAfterSendGroupMsg(ctx context.Context, in *pb.CallbackSendGroupMsgReq) (*pb.CommonCallbackResp, error)
- func (s *MsgcallbackServiceServer) CallbackAfterSendSingleMsg(ctx context.Context, in *pb.CallbackSendSingleMsgReq) (*pb.CommonCallbackResp, error)
- func (s *MsgcallbackServiceServer) CallbackAfterSendSuperGroupMsg(ctx context.Context, in *pb.CallbackSendSuperGroupMsgReq) (*pb.CommonCallbackResp, error)
- func (s *MsgcallbackServiceServer) CallbackAtAllInSuperGroup(ctx context.Context, in *pb.CallbackAtAllInSuperGroupReq) (*pb.CallbackAtAllInSuperGroupResp, error)
- func (s *MsgcallbackServiceServer) CallbackBeforeSendGroupMsg(ctx context.Context, in *pb.CallbackSendGroupMsgReq) (*pb.CommonCallbackResp, error)
- func (s *MsgcallbackServiceServer) CallbackBeforeSendSingleMsg(ctx context.Context, in *pb.CallbackSendSingleMsgReq) (*pb.CommonCallbackResp, error)
- func (s *MsgcallbackServiceServer) CallbackBeforeSendSuperGroupMsg(ctx context.Context, in *pb.CallbackSendSuperGroupMsgReq) (*pb.CommonCallbackResp, error)
- func (s *MsgcallbackServiceServer) CallbackWordFilter(ctx context.Context, in *pb.CallbackWordFilterReq) (*pb.CallbackWordFilterResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgcallbackServiceServer ¶
type MsgcallbackServiceServer struct { pb.UnimplementedMsgcallbackServiceServer // contains filtered or unexported fields }
func NewMsgcallbackServiceServer ¶
func NewMsgcallbackServiceServer(svcCtx *svc.ServiceContext) *MsgcallbackServiceServer
func (*MsgcallbackServiceServer) CallbackAfterSendGroupMsg ¶
func (s *MsgcallbackServiceServer) CallbackAfterSendGroupMsg(ctx context.Context, in *pb.CallbackSendGroupMsgReq) (*pb.CommonCallbackResp, error)
func (*MsgcallbackServiceServer) CallbackAfterSendSingleMsg ¶
func (s *MsgcallbackServiceServer) CallbackAfterSendSingleMsg(ctx context.Context, in *pb.CallbackSendSingleMsgReq) (*pb.CommonCallbackResp, error)
func (*MsgcallbackServiceServer) CallbackAfterSendSuperGroupMsg ¶
func (s *MsgcallbackServiceServer) CallbackAfterSendSuperGroupMsg(ctx context.Context, in *pb.CallbackSendSuperGroupMsgReq) (*pb.CommonCallbackResp, error)
func (*MsgcallbackServiceServer) CallbackAtAllInSuperGroup ¶
func (s *MsgcallbackServiceServer) CallbackAtAllInSuperGroup(ctx context.Context, in *pb.CallbackAtAllInSuperGroupReq) (*pb.CallbackAtAllInSuperGroupResp, error)
func (*MsgcallbackServiceServer) CallbackBeforeSendGroupMsg ¶
func (s *MsgcallbackServiceServer) CallbackBeforeSendGroupMsg(ctx context.Context, in *pb.CallbackSendGroupMsgReq) (*pb.CommonCallbackResp, error)
func (*MsgcallbackServiceServer) CallbackBeforeSendSingleMsg ¶
func (s *MsgcallbackServiceServer) CallbackBeforeSendSingleMsg(ctx context.Context, in *pb.CallbackSendSingleMsgReq) (*pb.CommonCallbackResp, error)
func (*MsgcallbackServiceServer) CallbackBeforeSendSuperGroupMsg ¶
func (s *MsgcallbackServiceServer) CallbackBeforeSendSuperGroupMsg(ctx context.Context, in *pb.CallbackSendSuperGroupMsgReq) (*pb.CommonCallbackResp, error)
func (*MsgcallbackServiceServer) CallbackWordFilter ¶
func (s *MsgcallbackServiceServer) CallbackWordFilter(ctx context.Context, in *pb.CallbackWordFilterReq) (*pb.CallbackWordFilterResp, error)
Click to show internal directories.
Click to hide internal directories.