mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:31:56 +00:00
restore: add basic json progress
This commit is contained in:
@@ -11,7 +11,7 @@ type textPrinter struct {
|
||||
terminal term
|
||||
}
|
||||
|
||||
func NewTextPrinter(terminal term) ProgressPrinter {
|
||||
func NewTextProgress(terminal term) ProgressPrinter {
|
||||
return &textPrinter{
|
||||
terminal: terminal,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user