Documentation ¶
Overview ¶
Package progressreader provides a Reader with a progress bar that can be printed out using the streamformatter package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { In io.ReadCloser // Stream to read from Out io.Writer // Where to send progress bar to Formatter *streamformatter.StreamFormatter Size int64 Current int64 LastUpdate int64 NewLines bool ID string Action string }
Config contains the configuration for a Reader with progress bar.
Click to show internal directories.
Click to hide internal directories.