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 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)
Click to show internal directories.
Click to hide internal directories.