Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackAfterSendGroupMsgLogic ¶
type CallbackAfterSendGroupMsgLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackAfterSendGroupMsgLogic ¶
func NewCallbackAfterSendGroupMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackAfterSendGroupMsgLogic
func (*CallbackAfterSendGroupMsgLogic) CallbackAfterSendGroupMsg ¶
func (l *CallbackAfterSendGroupMsgLogic) CallbackAfterSendGroupMsg(in *pb.CallbackSendGroupMsgReq) (*pb.CommonCallbackResp, error)
type CallbackAfterSendSingleMsgLogic ¶
type CallbackAfterSendSingleMsgLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackAfterSendSingleMsgLogic ¶
func NewCallbackAfterSendSingleMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackAfterSendSingleMsgLogic
func (*CallbackAfterSendSingleMsgLogic) CallbackAfterSendSingleMsg ¶
func (l *CallbackAfterSendSingleMsgLogic) CallbackAfterSendSingleMsg(in *pb.CallbackSendSingleMsgReq) (*pb.CommonCallbackResp, error)
type CallbackAfterSendSuperGroupMsgLogic ¶
type CallbackAfterSendSuperGroupMsgLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackAfterSendSuperGroupMsgLogic ¶
func NewCallbackAfterSendSuperGroupMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackAfterSendSuperGroupMsgLogic
func (*CallbackAfterSendSuperGroupMsgLogic) CallbackAfterSendSuperGroupMsg ¶
func (l *CallbackAfterSendSuperGroupMsgLogic) CallbackAfterSendSuperGroupMsg(in *pb.CallbackSendSuperGroupMsgReq) (*pb.CommonCallbackResp, error)
type CallbackAtAllInSuperGroupLogic ¶
type CallbackAtAllInSuperGroupLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackAtAllInSuperGroupLogic ¶
func NewCallbackAtAllInSuperGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackAtAllInSuperGroupLogic
func (*CallbackAtAllInSuperGroupLogic) CallbackAtAllInSuperGroup ¶
func (l *CallbackAtAllInSuperGroupLogic) CallbackAtAllInSuperGroup(in *pb.CallbackAtAllInSuperGroupReq) (*pb.CallbackAtAllInSuperGroupResp, error)
type CallbackBeforeSendGroupMsgLogic ¶
type CallbackBeforeSendGroupMsgLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackBeforeSendGroupMsgLogic ¶
func NewCallbackBeforeSendGroupMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackBeforeSendGroupMsgLogic
func (*CallbackBeforeSendGroupMsgLogic) CallbackBeforeSendGroupMsg ¶
func (l *CallbackBeforeSendGroupMsgLogic) CallbackBeforeSendGroupMsg(in *pb.CallbackSendGroupMsgReq) (*pb.CommonCallbackResp, error)
type CallbackBeforeSendSingleMsgLogic ¶
type CallbackBeforeSendSingleMsgLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackBeforeSendSingleMsgLogic ¶
func NewCallbackBeforeSendSingleMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackBeforeSendSingleMsgLogic
func (*CallbackBeforeSendSingleMsgLogic) CallbackBeforeSendSingleMsg ¶
func (l *CallbackBeforeSendSingleMsgLogic) CallbackBeforeSendSingleMsg(in *pb.CallbackSendSingleMsgReq) (*pb.CommonCallbackResp, error)
type CallbackBeforeSendSuperGroupMsgLogic ¶
type CallbackBeforeSendSuperGroupMsgLogic struct { logx.Logger // contains filtered or unexported fields }
func NewCallbackBeforeSendSuperGroupMsgLogic ¶
func NewCallbackBeforeSendSuperGroupMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackBeforeSendSuperGroupMsgLogic
func (*CallbackBeforeSendSuperGroupMsgLogic) CallbackBeforeSendSuperGroupMsg ¶
func (l *CallbackBeforeSendSuperGroupMsgLogic) CallbackBeforeSendSuperGroupMsg(in *pb.CallbackSendSuperGroupMsgReq) (*pb.CommonCallbackResp, error)
type CallbackWordFilterLogic ¶
func NewCallbackWordFilterLogic ¶
func NewCallbackWordFilterLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackWordFilterLogic
func (*CallbackWordFilterLogic) CallbackWordFilter ¶
func (l *CallbackWordFilterLogic) CallbackWordFilter(in *pb.CallbackWordFilterReq) (*pb.CallbackWordFilterResp, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.