liuxiaolong
2019-05-30 98d23fddcdd46fcf22ced92dc881a749e7aa0fe2
publish string msg
1个文件已修改
2 ■■■ 已修改文件
server.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
server.go
@@ -242,5 +242,5 @@
}
func (d *DiscoveryServer) PublishMsg(msg protomsg.PublishMessage){
    d.services.publisher.Publish([]string{msg})
    d.services.publisher.Publish([]string{string(msg)})
}