config/config.go
@@ -19,6 +19,8 @@ Host string `mapstructure: "host"` Port string `mapstructure: "port"` Name string `mapstructure: "name"` Username string `mapstructure: "username"` Password string `mapstructure: "password"` } type elastic struct {