We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bec1c7 commit 641feb2Copy full SHA for 641feb2
README.md
@@ -111,7 +111,7 @@
111
└── main.go
112
```
113
114
-### [基于etcd与viper的高可用配置中心](https://github.com/hwholiday/learning_tools/tree/master/hconf)
+### [HConf (基于etcd与viper的高可用配置中心)](https://github.com/hwholiday/learning_tools/tree/master/hconf)
115
116
- 可使用远程与本地模式
117
- 本地有的配置远程没有会自动把本地配置传到远程(基于key)
@@ -139,6 +139,8 @@ t.Log(conf)
139
t.Log(r.Close())
140
141
142
+### [HEvent (基于channel )](https://github.com/hwholiday/learning_tools/tree/master/hevent)
143
+ 1: 基于channel的简单事件订阅发布
144
### [micro_agent](https://github.com/hwholiday/learning_tools/tree/master/micro_agent) (micro微服务)
145
146
1: base 基础方法
0 commit comments