MCPcopy Index your code
hub / github.com/abiosoft/ishell / ProgressDisplay

Interface ProgressDisplay

progress.go:13–20  ·  view source on GitHub ↗

ProgressDisplay handles the display string for a progress bar.

Source from the content-addressed store, hash-verified

11// ProgressDisplay handles the display string for
12// a progress bar.
13type ProgressDisplay interface {
14 // Determinate returns the strings to display
15 // for percents 0 to 100.
16 Determinate() [101]string
17 // Indeterminate returns the strings to display
18 // at interval.
19 Indeterminate() []string
20}
21
22// ProgressBar is an ishell progress bar.
23type ProgressBar interface {

Callers 2

outputMethod · 0.65
DeterminateMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected