package
Version:
v0.44.1
Opens a new window with list of versions in this module.
Published: Nov 11, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package fakeprogress provides an implementation of the progress.Printer interface
to be used in tests.
type Printer struct {
Started int
Stopped int
}
Printer is a mock of the Printer interface.
Start adds 1 to the Started field.
Stop adds 1 to the Stopped field.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.