fix 删除爬虫的问题

This commit is contained in:
陈景阳
2019-09-30 12:09:37 +08:00
parent 41123695ef
commit d80642aa0c
20 changed files with 240 additions and 142 deletions

View File

@@ -2,6 +2,7 @@ package msg_handler
import (
"crawlab/constants"
"crawlab/entity"
"crawlab/model"
"crawlab/utils"
"github.com/apex/log"
@@ -10,7 +11,7 @@ import (
)
type Task struct {
msg NodeMessage
msg entity.NodeMessage
}
func (t *Task) Handle() error {