ing
This commit is contained in:
parent
6b4beb77fb
commit
db124f0b5b
|
@ -9,8 +9,8 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"git.loafle.net/overflow/probe/service/scheduler/storage"
|
||||
"git.loafle.net/overflow/probe/service/scheduler/task"
|
||||
"git.loafle.net/commons/util-go/time/scheduler/storage"
|
||||
"git.loafle.net/commons/util-go/time/scheduler/task"
|
||||
)
|
||||
|
||||
type Scheduler struct {
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"git.loafle.net/overflow/probe/service/scheduler"
|
||||
"git.loafle.net/overflow/probe/service/scheduler/storage"
|
||||
"git.loafle.net/commons/util-go/time/scheduler"
|
||||
"git.loafle.net/commons/util-go/time/scheduler/storage"
|
||||
)
|
||||
|
||||
func TestDiscoverPort(t *testing.T) {
|
||||
|
|
|
@ -7,8 +7,8 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"git.loafle.net/overflow/probe/service/scheduler/storage"
|
||||
"git.loafle.net/overflow/probe/service/scheduler/task"
|
||||
"git.loafle.net/commons/util-go/time/scheduler/storage"
|
||||
"git.loafle.net/commons/util-go/time/scheduler/task"
|
||||
)
|
||||
|
||||
type storageAdapter struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user