mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 04:52:26 +00:00
change mapstructure to output
This commit is contained in:
@@ -56,7 +56,7 @@ type Updates struct {
|
||||
|
||||
type Log struct {
|
||||
Level *string `mapstructure:"level"`
|
||||
OutPath *string `mapstructure:"out_path"`
|
||||
OutPath any `mapstructure:"output"`
|
||||
}
|
||||
|
||||
// ConfigEnv structure for environment variables
|
||||
|
||||
Reference in New Issue
Block a user