Skip to content

Commit d87c305

Browse files
committed
hconfig 一个可插拔的 Golang 配置管理工具
1 parent 600781a commit d87c305

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

hconfig/hconfig.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### hconfig 一个可插拔的 Golang 配置管理工具
2+
#### 支持(etcd/k8s(kubernetes)/apollo)
3+
4+
##### 什么是可插拔式程序
5+
- 一个统计的可插拔内核
6+
- 各个组件相互独立
7+
8+
1. 在设计一个可插拔式程序时我们应该想到的是怎么把我们的需求给实现了,然后我们再搞一波抽象(统计的可插拔内核
9+
不同的模块只要实现了这内核中的方法,我们的主程序就是能去调用对应的方法
10+
2. 假设我们去洗碗
11+
12+
13+
### hconfig 详解

0 commit comments

Comments
 (0)