mirror of
https://github.com/restic/restic.git
synced 2026-07-17 04:34:53 +00:00
The restorer imported ui/restorer which leaks ui logic into the restorer core. Swap the direction by letting the restorer use a ProgressReporter interface + associated constants.