package
0.0.0-20240726205954-93d05801347e
Repository: https://github.com/wplapper/restic.git
Documentation: pkg.go.dev
# Functions
NewCounter starts a new Counter.
No description provided by the author
NewUpdater starts a new Updater.
# Structs
A Counter tracks a running count and controls a goroutine that passes its value periodically to a Func.
NoopPrinter discards all messages.
TestPrinter prints messages during testing.
An Updater controls a goroutine that periodically calls an UpdateFunc.
# Interfaces
A Printer can can return a new counter or print messages at different log levels.
# Type aliases
A Func is a callback for a Counter.
An UpdateFunc is a callback for a (progress) Updater.