mirror of
https://github.com/restic/restic.git
synced 2026-07-05 14:55:10 +00:00
2f31cde517
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.