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