Skip to content

Commit

Permalink
Merge pull request #236 from wo10378931/develop
Browse files Browse the repository at this point in the history
fix 编译错误的问题
  • Loading branch information
wo10378931 authored Sep 30, 2019
2 parents 5db9359 + 6fbae93 commit b6894b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/mock/node.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package mock

import (
"crawlab/entity"
"crawlab/model"
"crawlab/services"
"github.com/apex/log"
Expand Down Expand Up @@ -97,14 +98,14 @@ var dataList = []services.Data{
},
}

var executeble = []model.Executable{
var executeble = []entity.Executable{
{
Path: "/test",
FileName: "test.py",
DisplayName: "test.py",
},
}
var systemInfo = model.SystemInfo{ARCH: "x86",
var systemInfo = entity.SystemInfo{ARCH: "x86",
OS: "linux",
Hostname: "test",
NumCpu: 4,
Expand Down

0 comments on commit b6894b5

Please sign in to comment.