mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
restore: embed progress.Printer in restore-specific printer
This commit is contained in:
@@ -38,6 +38,7 @@ type ProgressPrinter interface {
|
||||
Error(item string, err error) error
|
||||
CompleteItem(action ItemAction, item string, size uint64)
|
||||
Finish(progress State, duration time.Duration)
|
||||
progress.Printer
|
||||
}
|
||||
|
||||
type ItemAction string
|
||||
|
||||
Reference in New Issue
Block a user