mirror of
https://github.com/restic/restic.git
synced 2026-06-21 08:04:18 +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.