move and rename project
This commit is contained in:
parent
5d9cee48dd
commit
f3403c364c
4
.gitignore
vendored
4
.gitignore
vendored
@ -22,6 +22,6 @@ _testmain.go
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
micro-daemon
|
||||
webroot/nodes.json
|
||||
RespondCollector
|
||||
webroot/
|
||||
config.yml
|
||||
|
8
main.go
8
main.go
@ -10,10 +10,10 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/monitormap/micro-daemon/data"
|
||||
"github.com/monitormap/micro-daemon/models"
|
||||
"github.com/monitormap/micro-daemon/respond"
|
||||
"github.com/monitormap/micro-daemon/websocketserver"
|
||||
"github.com/FreifunkBremen/RespondCollector/data"
|
||||
"github.com/FreifunkBremen/RespondCollector/models"
|
||||
"github.com/FreifunkBremen/RespondCollector/respond"
|
||||
"github.com/FreifunkBremen/RespondCollector/websocketserver"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/monitormap/micro-daemon/data"
|
||||
"github.com/FreifunkBremen/RespondCollector/data"
|
||||
)
|
||||
|
||||
// Node struct
|
||||
|
@ -1,7 +1,7 @@
|
||||
package respond
|
||||
|
||||
import (
|
||||
"github.com/monitormap/micro-daemon/data"
|
||||
"github.com/FreifunkBremen/RespondCollector/data"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/influxdata/influxdb/client/v2"
|
||||
"github.com/monitormap/micro-daemon/data"
|
||||
"github.com/FreifunkBremen/RespondCollector/data"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user