Documentation ¶
Index ¶
- type CreateImportTaskLogic
- type CreateTaskDraftLogic
- type DeleteImportTaskLogic
- type DownloadConfigLogic
- type DownloadLogsLogic
- type GetImportTaskLogNamesLogic
- type GetImportTaskLogic
- type GetManyImportTaskLogLogic
- type GetManyImportTaskLogic
- type GetWorkingDirLogic
- type StopImportTaskLogic
- type UpdateTaskDraftLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateImportTaskLogic ¶
func NewCreateImportTaskLogic ¶
func NewCreateImportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateImportTaskLogic
func (*CreateImportTaskLogic) CreateImportTask ¶
func (l *CreateImportTaskLogic) CreateImportTask(req types.CreateImportTaskRequest) (resp *types.CreateImportTaskData, err error)
type CreateTaskDraftLogic ¶
func NewCreateTaskDraftLogic ¶
func NewCreateTaskDraftLogic(ctx context.Context, svcCtx *svc.ServiceContext) CreateTaskDraftLogic
func (*CreateTaskDraftLogic) CreateTaskDraft ¶
func (l *CreateTaskDraftLogic) CreateTaskDraft(req types.CreateTaskDraftRequest) error
type DeleteImportTaskLogic ¶
func NewDeleteImportTaskLogic ¶
func NewDeleteImportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteImportTaskLogic
func (*DeleteImportTaskLogic) DeleteImportTask ¶
func (l *DeleteImportTaskLogic) DeleteImportTask(req types.DeleteImportTaskRequest) error
type DownloadConfigLogic ¶
func NewDownloadConfigLogic ¶
func NewDownloadConfigLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DownloadConfigLogic
func (*DownloadConfigLogic) DownloadConfig ¶
func (l *DownloadConfigLogic) DownloadConfig(req types.DownloadConfigsRequest) error
type DownloadLogsLogic ¶
func NewDownloadLogsLogic ¶
func NewDownloadLogsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DownloadLogsLogic
func (*DownloadLogsLogic) DownloadLogs ¶
func (l *DownloadLogsLogic) DownloadLogs(req types.DownloadLogsRequest) error
type GetImportTaskLogNamesLogic ¶
func NewGetImportTaskLogNamesLogic ¶
func NewGetImportTaskLogNamesLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetImportTaskLogNamesLogic
func (*GetImportTaskLogNamesLogic) GetImportTaskLogNames ¶
func (l *GetImportTaskLogNamesLogic) GetImportTaskLogNames(req types.GetImportTaskLogNamesRequest) (resp *types.GetImportTaskLogNamesData, err error)
type GetImportTaskLogic ¶
func NewGetImportTaskLogic ¶
func NewGetImportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetImportTaskLogic
func (*GetImportTaskLogic) GetImportTask ¶
func (l *GetImportTaskLogic) GetImportTask(req types.GetImportTaskRequest) (resp *types.GetImportTaskData, err error)
type GetManyImportTaskLogLogic ¶
func NewGetManyImportTaskLogLogic ¶
func NewGetManyImportTaskLogLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetManyImportTaskLogLogic
func (*GetManyImportTaskLogLogic) GetManyImportTaskLog ¶
func (l *GetManyImportTaskLogLogic) GetManyImportTaskLog(req types.GetManyImportTaskLogRequest) (resp *types.GetManyImportTaskLogData, err error)
type GetManyImportTaskLogic ¶
func NewGetManyImportTaskLogic ¶
func NewGetManyImportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetManyImportTaskLogic
func (*GetManyImportTaskLogic) GetManyImportTask ¶
func (l *GetManyImportTaskLogic) GetManyImportTask(req types.GetManyImportTaskRequest) (resp *types.GetManyImportTaskData, err error)
type GetWorkingDirLogic ¶
func NewGetWorkingDirLogic ¶
func NewGetWorkingDirLogic(ctx context.Context, svcCtx *svc.ServiceContext) GetWorkingDirLogic
func (*GetWorkingDirLogic) GetWorkingDir ¶
func (l *GetWorkingDirLogic) GetWorkingDir() (resp *types.GetWorkingDirResult, err error)
type StopImportTaskLogic ¶
func NewStopImportTaskLogic ¶
func NewStopImportTaskLogic(ctx context.Context, svcCtx *svc.ServiceContext) *StopImportTaskLogic
func (*StopImportTaskLogic) StopImportTask ¶
func (l *StopImportTaskLogic) StopImportTask(req types.StopImportTaskRequest) error
type UpdateTaskDraftLogic ¶
func NewUpdateTaskDraftLogic ¶
func NewUpdateTaskDraftLogic(ctx context.Context, svcCtx *svc.ServiceContext) UpdateTaskDraftLogic
func (*UpdateTaskDraftLogic) UpdateTaskDraft ¶
func (l *UpdateTaskDraftLogic) UpdateTaskDraft(req types.UpdateTaskDraftRequest) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.