mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 08:32:24 +00:00
change mapstructure to output
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user