feat(Go-Tool):

2020/12/16: 添加YAML和结构体转换工具
This commit is contained in:
Huangzj
2020-12-16 14:23:38 +08:00
parent 61966551cd
commit dc80b557e3
32 changed files with 1700 additions and 324 deletions
+17
View File
@@ -0,0 +1,17 @@
mysql:
user: root
password: 123456
host: 192.198.1.1
port: 3306
dbname: mdb
redis:
host: 192.168.1.1
port: 1234
auth: 123456
nginx_proxy:
counter: 3
nginx_list: [
192.168.1.1,
192.168.1.2,
192.168.1.3
]