yanghui
2021-06-16 584e19a2cd83a305c14ad7460e97bf4e49805fff
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
}