From 17172e532bed5bb9e1c6da21c5784e767d882624 Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期三, 15 四月 2020 11:53:14 +0800 Subject: [PATCH] fix test --- config/config.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/config/config.go b/config/config.go index 6fdffad..f49f244 100644 --- a/config/config.go +++ b/config/config.go @@ -8,6 +8,9 @@ type server struct { EsServerIp string `mapstructure: "esServerIp"` EsServerPort string `mapstructure: "esServerPort"` + CoreBaseUnit string `mapstructure: "coreBaseUnit"` + TimeOut string `mapstructure: "timeOut"` + ScriptPath string `mapstructure: scriptPath` } type elastic struct { -- Gitblit v1.8.0