Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTaskLogLogic ¶
func NewCreateTaskLogLogic ¶
func NewCreateTaskLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTaskLogLogic
func (*CreateTaskLogLogic) CreateTaskLog ¶
func (l *CreateTaskLogLogic) CreateTaskLog(in *job.TaskLogInfo) (*job.BaseIDResp, error)
type DeleteTaskLogLogic ¶
func NewDeleteTaskLogLogic ¶
func NewDeleteTaskLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTaskLogLogic
func (*DeleteTaskLogLogic) DeleteTaskLog ¶
type GetTaskLogByIdLogic ¶
func NewGetTaskLogByIdLogic ¶
func NewGetTaskLogByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskLogByIdLogic
func (*GetTaskLogByIdLogic) GetTaskLogById ¶
func (l *GetTaskLogByIdLogic) GetTaskLogById(in *job.IDReq) (*job.TaskLogInfo, error)
type GetTaskLogListLogic ¶
func NewGetTaskLogListLogic ¶
func NewGetTaskLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskLogListLogic
func (*GetTaskLogListLogic) GetTaskLogList ¶
func (l *GetTaskLogListLogic) GetTaskLogList(in *job.TaskLogListReq) (*job.TaskLogListResp, error)
type UpdateTaskLogLogic ¶
func NewUpdateTaskLogLogic ¶
func NewUpdateTaskLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTaskLogLogic
func (*UpdateTaskLogLogic) UpdateTaskLog ¶
func (l *UpdateTaskLogLogic) UpdateTaskLog(in *job.TaskLogInfo) (*job.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.