package
0.0.0-20250312152250-ea85ec9d2454
Repository: https://github.com/snapcore/snapd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

MakeProgressBar creates an appropriate progress.Meter for the environ in which it is called: - if MockMeter has been called, return that.
No description provided by the author

# Variables

Null is a default NullMeter instance.

# Structs

ANSIMeter is a progress.Meter that uses ANSI escape codes to make better use of the available horizontal space.
NullMeter is a Meter that does nothing.
QuietMeter is a Meter that _just_ shows Notify()s.

# Interfaces

Meter is an interface to show progress to the user.