mirror of
https://github.com/restic/restic.git
synced 2026-07-16 20:24:54 +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.