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
NewCreateBatchSendEmailTaskLogic Create a batch send email task
func (*CreateBatchSendEmailTaskLogic) CreateBatchSendEmailTask ¶
func (l *CreateBatchSendEmailTaskLogic) CreateBatchSendEmailTask(req *types.CreateBatchSendEmailTaskRequest) (err error)
type CreateQuotaTaskLogic ¶ added in v1.1.0
func NewCreateQuotaTaskLogic ¶ added in v1.1.0
func NewCreateQuotaTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateQuotaTaskLogic
NewCreateQuotaTaskLogic Create a quota task
func (*CreateQuotaTaskLogic) CreateQuotaTask ¶ added in v1.1.0
func (l *CreateQuotaTaskLogic) CreateQuotaTask(req *types.CreateQuotaTaskRequest) 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 QueryQuotaTaskListLogic ¶ added in v1.1.0
func NewQueryQuotaTaskListLogic ¶ added in v1.1.0
func NewQueryQuotaTaskListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryQuotaTaskListLogic
NewQueryQuotaTaskListLogic Query quota task list
func (*QueryQuotaTaskListLogic) QueryQuotaTaskList ¶ added in v1.1.0
func (l *QueryQuotaTaskListLogic) QueryQuotaTaskList(req *types.QueryQuotaTaskListRequest) (resp *types.QueryQuotaTaskListResponse, err error)
type QueryQuotaTaskPreCountLogic ¶ added in v1.1.0
func NewQueryQuotaTaskPreCountLogic ¶ added in v1.1.0
func NewQueryQuotaTaskPreCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryQuotaTaskPreCountLogic
NewQueryQuotaTaskPreCountLogic Query quota task pre-count
func (*QueryQuotaTaskPreCountLogic) QueryQuotaTaskPreCount ¶ added in v1.1.0
func (l *QueryQuotaTaskPreCountLogic) QueryQuotaTaskPreCount(req *types.QueryQuotaTaskPreCountRequest) (resp *types.QueryQuotaTaskPreCountResponse, err error)
type QueryQuotaTaskStatusLogic ¶ added in v1.1.0
func NewQueryQuotaTaskStatusLogic ¶ added in v1.1.0
func NewQueryQuotaTaskStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryQuotaTaskStatusLogic
NewQueryQuotaTaskStatusLogic Query quota task status
func (*QueryQuotaTaskStatusLogic) QueryQuotaTaskStatus ¶ added in v1.1.0
func (l *QueryQuotaTaskStatusLogic) QueryQuotaTaskStatus(req *types.QueryQuotaTaskStatusRequest) (resp *types.QueryQuotaTaskStatusResponse, 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)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.