address
This commit is contained in:
snoop 2017-05-29 19:53:29 +09:00
parent 8dfa6f9c0c
commit a4b2278dfd
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"
) )

View File

@ -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

View File

@ -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 {

View File

@ -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"
) )