Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendEmailLogic ¶
func NewSendEmailLogic ¶
func NewSendEmailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendEmailLogic
func (*SendEmailLogic) SendEmail ¶
func (l *SendEmailLogic) SendEmail(req *types.SendEmailReq) (resp *types.BaseMsgResp, err error)
type SendSmsLogic ¶
func NewSendSmsLogic ¶
func NewSendSmsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SendSmsLogic
func (*SendSmsLogic) SendSms ¶
func (l *SendSmsLogic) SendSms(req *types.SendSmsReq) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.