yanghui
2021-06-16 584e19a2cd83a305c14ad7460e97bf4e49805fff
test
1个文件已修改
3 ■■■■ 已修改文件
logc.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
}