Feat: task queue / compression task
This commit is contained in:
8
pkg/task/errors.go
Normal file
8
pkg/task/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package task
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrUnknownTaskType 未知任务类型
|
||||
ErrUnknownTaskType = errors.New("未知任务类型")
|
||||
)
|
||||
Reference in New Issue
Block a user