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(req *types.TaskLogInfo) (resp *types.BaseMsgResp, err error)
type DeleteTaskLogLogic ¶
func NewDeleteTaskLogLogic ¶
func NewDeleteTaskLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTaskLogLogic
func (*DeleteTaskLogLogic) DeleteTaskLog ¶
func (l *DeleteTaskLogLogic) DeleteTaskLog(req *types.IDsReq) (resp *types.BaseMsgResp, err error)
type GetTaskLogByIdLogic ¶
func NewGetTaskLogByIdLogic ¶
func NewGetTaskLogByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskLogByIdLogic
func (*GetTaskLogByIdLogic) GetTaskLogById ¶
func (l *GetTaskLogByIdLogic) GetTaskLogById(req *types.IDReq) (resp *types.TaskLogInfoResp, err error)
type GetTaskLogListLogic ¶
func NewGetTaskLogListLogic ¶
func NewGetTaskLogListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTaskLogListLogic
func (*GetTaskLogListLogic) GetTaskLogList ¶
func (l *GetTaskLogListLogic) GetTaskLogList(req *types.TaskLogListReq) (resp *types.TaskLogListResp, err error)
type UpdateTaskLogLogic ¶
func NewUpdateTaskLogLogic ¶
func NewUpdateTaskLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTaskLogLogic
func (*UpdateTaskLogLogic) UpdateTaskLog ¶
func (l *UpdateTaskLogLogic) UpdateTaskLog(req *types.TaskLogInfo) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.