Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTaskLogic ¶
func NewCreateTaskLogic ¶
func NewCreateTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTaskLogic
func (*CreateTaskLogic) CreateTask ¶
func (l *CreateTaskLogic) CreateTask(in *job.TaskInfo) (*job.BaseIDResp, error)
type DeleteTaskLogic ¶
func NewDeleteTaskLogic ¶
func NewDeleteTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTaskLogic
func (*DeleteTaskLogic) DeleteTask ¶
type GetTaskByIdLogic ¶
func NewGetTaskByIdLogic ¶
func NewGetTaskByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskByIdLogic
func (*GetTaskByIdLogic) GetTaskById ¶
type GetTaskListLogic ¶
func NewGetTaskListLogic ¶
func NewGetTaskListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskListLogic
func (*GetTaskListLogic) GetTaskList ¶
func (l *GetTaskListLogic) GetTaskList(in *job.TaskListReq) (*job.TaskListResp, error)
type UpdateTaskLogic ¶
func NewUpdateTaskLogic ¶
func NewUpdateTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTaskLogic
func (*UpdateTaskLogic) UpdateTask ¶
Click to show internal directories.
Click to hide internal directories.