mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
backup: embed progress.Printer in backup specific printer
This commit is contained in:
@@ -20,8 +20,7 @@ type ProgressPrinter interface {
|
||||
Finish(snapshotID restic.ID, summary *archiver.Summary, dryRun bool)
|
||||
Reset()
|
||||
|
||||
P(msg string, args ...interface{})
|
||||
V(msg string, args ...interface{})
|
||||
progress.Printer
|
||||
}
|
||||
|
||||
type Counter struct {
|
||||
|
||||
Reference in New Issue
Block a user