From 584e19a2cd83a305c14ad7460e97bf4e49805fff Mon Sep 17 00:00:00 2001
From: yanghui <yanghui@aiotlink.com>
Date: 星期三, 16 六月 2021 19:15:06 +0800
Subject: [PATCH] test
---
logc.go | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/logc.go b/logc.go
index 6e73c7a..3c79b5c 100644
--- a/logc.go
+++ b/logc.go
@@ -2,6 +2,7 @@
import (
"basic.com/valib/bhomebus.git"
+ "basic.com/valib/bhshmq.git/proto/source/bhome_msg"
"fmt"
"sync"
"time"
@@ -44,7 +45,7 @@
}
type LogRegister struct {
- Nodes []bhomebus.NetNode
+ Nodes []bhome_msg.BHAddress
Topic string
Payload []byte
}
--
Gitblit v1.8.0