Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateBatchSendEmailTaskLogic ¶
type CreateBatchSendEmailTaskLogic struct {
logger.Logger
// contains filtered or unexported fields
}
func NewCreateBatchSendEmailTaskLogic ¶
func NewCreateBatchSendEmailTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateBatchSendEmailTaskLogic
Create a batch send email task
func (*CreateBatchSendEmailTaskLogic) CreateBatchSendEmailTask ¶
func (l *CreateBatchSendEmailTaskLogic) CreateBatchSendEmailTask(req *types.CreateBatchSendEmailTaskRequest) (err error)
type GetBatchSendEmailTaskListLogic ¶
type GetBatchSendEmailTaskListLogic struct {
logger.Logger
// contains filtered or unexported fields
}
func NewGetBatchSendEmailTaskListLogic ¶
func NewGetBatchSendEmailTaskListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBatchSendEmailTaskListLogic
NewGetBatchSendEmailTaskListLogic Get batch send email task list
func (*GetBatchSendEmailTaskListLogic) GetBatchSendEmailTaskList ¶
func (l *GetBatchSendEmailTaskListLogic) GetBatchSendEmailTaskList(req *types.GetBatchSendEmailTaskListRequest) (resp *types.GetBatchSendEmailTaskListResponse, err error)
type GetBatchSendEmailTaskStatusLogic ¶
type GetBatchSendEmailTaskStatusLogic struct {
logger.Logger
// contains filtered or unexported fields
}
func NewGetBatchSendEmailTaskStatusLogic ¶
func NewGetBatchSendEmailTaskStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBatchSendEmailTaskStatusLogic
NewGetBatchSendEmailTaskStatusLogic Get batch send email task status
func (*GetBatchSendEmailTaskStatusLogic) GetBatchSendEmailTaskStatus ¶
func (l *GetBatchSendEmailTaskStatusLogic) GetBatchSendEmailTaskStatus(req *types.GetBatchSendEmailTaskStatusRequest) (resp *types.GetBatchSendEmailTaskStatusResponse, err error)
type GetPreSendEmailCountLogic ¶
func NewGetPreSendEmailCountLogic ¶
func NewGetPreSendEmailCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetPreSendEmailCountLogic
NewGetPreSendEmailCountLogic Get pre-send email count
func (*GetPreSendEmailCountLogic) GetPreSendEmailCount ¶
func (l *GetPreSendEmailCountLogic) GetPreSendEmailCount(req *types.GetPreSendEmailCountRequest) (resp *types.GetPreSendEmailCountResponse, err error)
type StopBatchSendEmailTaskLogic ¶
func NewStopBatchSendEmailTaskLogic ¶
func NewStopBatchSendEmailTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *StopBatchSendEmailTaskLogic
NewStopBatchSendEmailTaskLogic Stop a batch send email task
func (*StopBatchSendEmailTaskLogic) StopBatchSendEmailTask ¶
func (l *StopBatchSendEmailTaskLogic) StopBatchSendEmailTask(req *types.StopBatchSendEmailTaskRequest) (err error)
Click to show internal directories.
Click to hide internal directories.