package
2.3.4+incompatible
Repository: https://github.com/f110/git-lfs.git
Documentation: pkg.go.dev

# Functions

NewListTask instantiates a new *ListTask instance with the given message.
NewLogger retuns a new *Logger instance that logs to "sink" and uses the current terminal width as the width of the line.
No description provided by the author
NewWaitingTask returns a new *WaitingTask.

# Constants

No description provided by the author

# Structs

ListTask is a Task implementation that logs all updates in a list where each entry is line-delimited.
Logger logs a series of tasks to an io.Writer, processing each task in order until completion .
PercentageTask is a task that is performed against a known number of elements.
Update is a single message sent (S) from a Task at a given time (At).
WaitingTask represents a task for which the total number of items to do work is on is unknown.

# Interfaces

Task is an interface which encapsulates an activity which can be logged.