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