Skip to content

Commit

Permalink
Fix struct tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hikhvar committed Dec 25, 2021
1 parent 4f1b56f commit 25115cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Expand Up @@ -87,7 +87,7 @@ func MustNewRegexp(pattern string) *Regexp {
}

type Config struct {
JsonParsing *JsonParsingConfig `yaml:json_parsing,omitempty`
JsonParsing *JsonParsingConfig `yaml:"json_parsing,omitempty"`
Metrics []MetricConfig `yaml:"metrics"`
MQTT *MQTTConfig `yaml:"mqtt,omitempty"`
Cache *CacheConfig `yaml:"cache,omitempty"`
Expand Down

0 comments on commit 25115cf

Please sign in to comment.