Rename full path in order to favor modules

This commit is contained in:
9seconds
2019-11-11 15:09:29 +03:00
parent b491e03504
commit 273aa18367
53 changed files with 120 additions and 122 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package stats
import (
"net"
"github.com/9seconds/mtg/conntypes"
"mtg/conntypes"
)
type IngressTrafficInterface interface {
+1 -1
View File
@@ -3,7 +3,7 @@ package stats
import (
"net"
"github.com/9seconds/mtg/conntypes"
"mtg/conntypes"
)
type multiStats []Interface
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"net"
"net/http"
"github.com/9seconds/mtg/config"
"mtg/config"
)
var Stats Interface
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/9seconds/mtg/config"
"github.com/9seconds/mtg/conntypes"
"mtg/config"
"mtg/conntypes"
)
type statsPrometheus struct {
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"gopkg.in/alexcesaro/statsd.v2"
"github.com/9seconds/mtg/config"
"github.com/9seconds/mtg/conntypes"
"mtg/config"
"mtg/conntypes"
)
type statsStatsd struct {