svc

package
v1.1.70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImportService

type ImportService interface {
	CreateImportTask(*types.CreateImportTaskReq) (*types.CreateImportTaskData, error)
	RestartImportTask(*types.RestartImportTaskReq) (bool, error)
	StopImportTask(*types.StopImportTaskReq) error
	DeleteImportTask(*types.DeleteImportTaskReq) error
	GetImportTask(*types.GetImportTaskReq) (*types.GetImportTaskData, error)
	GetManyImportTask(*types.GetManyImportTaskReq) (*types.GetManyImportTaskData, error)
}

func NewImportService

func NewImportService(ctx context.Context, config *types.TaskConfig) ImportService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL