feat: remove and clear task
This commit is contained in:
@ -4,4 +4,5 @@ import "errors"
|
||||
|
||||
var (
|
||||
ErrTaskNotFound = errors.New("task not found")
|
||||
ErrTaskRunning = errors.New("task is running")
|
||||
)
|
||||
|
Reference in New Issue
Block a user