change mapstructure to output

This commit is contained in:
2025-08-01 12:55:17 +03:00
parent 8bdf9197d6
commit ac074ce0ff

View File

@@ -56,7 +56,7 @@ type Updates struct {
type Log struct { type Log struct {
Level *string `mapstructure:"level"` Level *string `mapstructure:"level"`
OutPath *string `mapstructure:"out_path"` OutPath any `mapstructure:"output"`
} }
// ConfigEnv structure for environment variables // ConfigEnv structure for environment variables