fixed
package
This commit is contained in:
parent
fa0453c6bb
commit
1de45f256a
|
@ -5,6 +5,7 @@ import (
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
//"loafle.com/overflow/agent_api/observer/messages"
|
//"loafle.com/overflow/agent_api/observer/messages"
|
||||||
pb "loafle.com/overflow/crawler_go/grpc"
|
pb "loafle.com/overflow/crawler_go/grpc"
|
||||||
|
|
||||||
q "loafle.com/overflow/queue_go"
|
q "loafle.com/overflow/queue_go"
|
||||||
"log"
|
"log"
|
||||||
"reflect"
|
"reflect"
|
||||||
|
|
|
@ -7,6 +7,8 @@ import (
|
||||||
"strconv"
|
"strconv"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestEventSender_Start(t *testing.T) {
|
func TestEventSender_Start(t *testing.T) {
|
||||||
|
@ -48,3 +50,5 @@ func testNotify() {
|
||||||
}
|
}
|
||||||
log.Println("New data Notify")
|
log.Println("New data Notify")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user