Documentation ¶ Index ¶ type Config type TrasherConfig Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { RootDir string `yaml:"root_dir"` Trasher TrasherConfig `yaml:"trasher"` } type TrasherConfig ¶ type TrasherConfig struct { Workers int `yaml:"workers"` CollectorIterationsDelay int `yaml:"collector_iterations_delay"` WorkerIterationsDelay int `yaml:"worker_iterations_delay"` } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.