Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
Style vaxis.Style
Reader io.Reader
Writer io.Writer
Progress float64
Total float64
// contains filtered or unexported fields
}
Model represents a progress bar. A progress bar is also an io.Reader and an io.Writer. If you pass it a DataMsg with a Total before calling Read or Write, it will pass through the R/W and display the progress
Click to show internal directories.
Click to hide internal directories.