all to pkg

This commit is contained in:
Cody Lee
2022-12-02 20:48:01 -05:00
parent 06594f67eb
commit 1900e69d7a
34 changed files with 24 additions and 24 deletions

View File

@@ -13,8 +13,8 @@ import (
"github.com/prometheus/client_golang/prometheus/promhttp"
promver "github.com/prometheus/common/version"
"github.com/unpoller/unifi"
"github.com/unpoller/unpoller/core/poller"
"github.com/unpoller/unpoller/core/webserver"
"github.com/unpoller/unpoller/pkg/poller"
"github.com/unpoller/unpoller/pkg/webserver"
"golift.io/version"
)

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/unpoller/unpoller/core/webserver"
"github.com/unpoller/unpoller/pkg/webserver"
)
// Logf logs a message.

View File

@@ -5,7 +5,7 @@ import (
"time"
"github.com/prometheus/client_golang/prometheus"
"github.com/unpoller/unpoller/core/poller"
"github.com/unpoller/unpoller/pkg/poller"
)
// This file contains the report interface.