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