fixed
address
This commit is contained in:
parent
8dfa6f9c0c
commit
a4b2278dfd
|
@ -2,7 +2,7 @@ package communicate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"loafle.com/commons/communicate/events"
|
"git.loafle.net/commons/communicate/events"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _c *communicator = nil
|
var _c *communicator = nil
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"gopkg.in/gin-gonic/gin.v1"
|
"gopkg.in/gin-gonic/gin.v1"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"loafle.com/commons/communicate/events"
|
"git.loafle.net/commons/communicate/events"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/http/httptest"
|
"net/http/httptest"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"compress/gzip"
|
"compress/gzip"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"loafle.com/commons/communicate/events"
|
"git.loafle.net/commons/communicate/events"
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package events
|
package events
|
||||||
|
|
||||||
import "loafle.com/overflow/collector/discovery/types"
|
import "git.loafle.net/overflow/collector/discovery/types"
|
||||||
|
|
||||||
type HostStartEvent struct {
|
type HostStartEvent struct {
|
||||||
ZoneCount int
|
ZoneCount int
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package events
|
package events
|
||||||
|
|
||||||
import "loafle.com/overflow/collector/discovery/types"
|
import "git.loafle.net/overflow/collector/discovery/types"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////// Port Event Start
|
//////////////////////////////////////////////////////////////////////// Port Event Start
|
||||||
type PortStartEvent struct {
|
type PortStartEvent struct {
|
||||||
|
|
|
@ -2,7 +2,7 @@ package events
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"loafle.com/commons/communicate"
|
"git.loafle.net/commons/communicate"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user