resolved merge conflict with master. Formatted file.
This commit is contained in:
parent
02fede7184
commit
d4b1a85f79
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
package schedulers
|
package schedulers
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"bitbucket.org/sunybingcloud/electron/def"
|
||||||
mesos "github.com/mesos/mesos-go/mesosproto"
|
mesos "github.com/mesos/mesos-go/mesosproto"
|
||||||
sched "github.com/mesos/mesos-go/scheduler"
|
sched "github.com/mesos/mesos-go/scheduler"
|
||||||
"log"
|
"log"
|
||||||
"bitbucket.org/sunybingcloud/electron/def"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type base struct{
|
type base struct {
|
||||||
tasksCreated int
|
tasksCreated int
|
||||||
tasksRunning int
|
tasksRunning int
|
||||||
tasks []def.Task
|
tasks []def.Task
|
||||||
|
|
Reference in a new issue