Added Delete field to Log substruct to Configuration struct.
This commit is contained in:
parent
cd9e4d2b09
commit
c8e1cb275f
@ -19,6 +19,7 @@ type Configuration struct {
|
||||
Error string `yaml:"error"`
|
||||
Upload string `yaml:"upload"`
|
||||
Download string `yaml:"download"`
|
||||
Delete string `yaml:"delete"`
|
||||
Clean string `yaml:"clean"`
|
||||
CleanError string `yaml:"clean_error"`
|
||||
} `yaml:"log"`
|
||||
|
Loading…
Reference in New Issue
Block a user