mirror of
https://github.com/restic/restic.git
synced 2026-08-06 05:33:17 +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.