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(req *types.TaskInfo) (resp *types.BaseMsgResp, err error)
type DeleteTaskLogic ¶
func NewDeleteTaskLogic ¶
func NewDeleteTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTaskLogic
func (*DeleteTaskLogic) DeleteTask ¶
func (l *DeleteTaskLogic) DeleteTask(req *types.IDsReq) (resp *types.BaseMsgResp, err error)
type GetTaskByIdLogic ¶
func NewGetTaskByIdLogic ¶
func NewGetTaskByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskByIdLogic
func (*GetTaskByIdLogic) GetTaskById ¶
func (l *GetTaskByIdLogic) GetTaskById(req *types.IDReq) (resp *types.TaskInfoResp, err error)
type GetTaskListLogic ¶
func NewGetTaskListLogic ¶
func NewGetTaskListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskListLogic
func (*GetTaskListLogic) GetTaskList ¶
func (l *GetTaskListLogic) GetTaskList(req *types.TaskListReq) (resp *types.TaskListResp, err error)
type UpdateTaskLogic ¶
func NewUpdateTaskLogic ¶
func NewUpdateTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTaskLogic
func (*UpdateTaskLogic) UpdateTask ¶
func (l *UpdateTaskLogic) UpdateTask(req *types.TaskInfo) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.