mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
refactor: updated task related grpc proto
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
type TaskRunner interface {
|
||||
Init() (err error)
|
||||
Run() (err error)
|
||||
Cancel() (err error)
|
||||
Cancel(force bool) (err error)
|
||||
SetSubscribeTimeout(timeout time.Duration)
|
||||
GetTaskId() (id primitive.ObjectID)
|
||||
CleanUp() (err error)
|
||||
|
||||
Reference in New Issue
Block a user