package
0.0.0-20201028204652-de190fe47b8b
Repository: https://github.com/martinohmann/neat.git
Documentation: pkg.go.dev
# Functions
New creates a new *Progress with given options.
NewBarColumn creates a new BarColumn which tried to occupy as much horizontal space as possible with respect to over columns.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithColumns sets the columns that the progress should render for each task.
WithOutput sets the output for the progress.
WithTableOptions sets the options for the underlying table used for rendering the progress of all tasks.
# Variables
DefaultColumns contains the columns that a progress will render by default for each task.
# Structs
BarColumn is a column that will render a progress bar.
Progress manages and display task progress information.
Task is a container for the state of a task's current progress.
No description provided by the author
# Interfaces
Column is a column displayed for the progress of a given task.
# Type aliases
ColumnFunc is a func that satisfies the Column interface.
Option is a func for configuring a *Progress.
No description provided by the author