From 04c7a106e80800a62db8515a7452f2fc1b73693b Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期五, 10 四月 2020 17:01:04 +0800 Subject: [PATCH] add swag code respformat a lot code about server --- config/config.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/config.go b/config/config.go index 54b570d..f49f244 100644 --- a/config/config.go +++ b/config/config.go @@ -10,6 +10,7 @@ EsServerPort string `mapstructure: "esServerPort"` CoreBaseUnit string `mapstructure: "coreBaseUnit"` TimeOut string `mapstructure: "timeOut"` + ScriptPath string `mapstructure: scriptPath` } type elastic struct { -- Gitblit v1.8.0