Skip to content

Commit 641feb2

Browse files
committed
基于channel的简单事件通知
1 parent 6bec1c7 commit 641feb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
└── main.go
112112
```
113113

114-
### [基于etcd与viper的高可用配置中心](https://github.com/hwholiday/learning_tools/tree/master/hconf)
114+
### [HConf (基于etcd与viper的高可用配置中心)](https://github.com/hwholiday/learning_tools/tree/master/hconf)
115115

116116
- 可使用远程与本地模式
117117
- 本地有的配置远程没有会自动把本地配置传到远程(基于key)
@@ -139,6 +139,8 @@ t.Log(conf)
139139
t.Log(r.Close())
140140
```
141141

142+
### [HEvent (基于channel )](https://github.com/hwholiday/learning_tools/tree/master/hevent)
143+
1: 基于channel的简单事件订阅发布
142144
### [micro_agent](https://github.com/hwholiday/learning_tools/tree/master/micro_agent) (micro微服务)
143145

144146
1: base 基础方法

0 commit comments

Comments
 (0)