package progressreader
import "github.com/docker/docker/pkg/progressreader"
Index ¶
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 int Current int LastUpdate int NewLines bool ID string Action string }
Reader with progress bar
func New ¶
func (*Config) Close ¶
func (*Config) Read ¶
Source Files ¶
- Version
- v1.7.1
- Published
- Jul 14, 2015
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 1 minute ago –
Tools for package owners.