sunty
2020-04-09 88956cd178f98ab35e2267e864a141b5420b7c35
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 {