From 88956cd178f98ab35e2267e864a141b5420b7c35 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期四, 09 四月 2020 19:48:10 +0800 Subject: [PATCH] add master process --- config/config.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config/config.go b/config/config.go index 6fdffad..54b570d 100644 --- a/config/config.go +++ b/config/config.go @@ -8,6 +8,8 @@ type server struct { EsServerIp string `mapstructure: "esServerIp"` EsServerPort string `mapstructure: "esServerPort"` + CoreBaseUnit string `mapstructure: "coreBaseUnit"` + TimeOut string `mapstructure: "timeOut"` } type elastic struct { -- Gitblit v1.8.0