Documentation ¶ Index ¶ type Bar func StartNewByteBar(show bool, total int64) *Bar func (b *Bar) Add64(add int64) func (b *Bar) Finish() func (b *Bar) Increment() func (b *Bar) NewProxyReader(r io.Reader) io.Reader func (b *Bar) Set(current int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bar ¶ type Bar struct { // contains filtered or unexported fields } func StartNewByteBar ¶ func StartNewByteBar(show bool, total int64) *Bar func (*Bar) Add64 ¶ func (b *Bar) Add64(add int64) func (*Bar) Finish ¶ func (b *Bar) Finish() func (*Bar) Increment ¶ func (b *Bar) Increment() func (*Bar) NewProxyReader ¶ func (b *Bar) NewProxyReader(r io.Reader) io.Reader func (*Bar) Set ¶ func (b *Bar) Set(current int) Source Files ¶ View all Source files progressbar.go Click to show internal directories. Click to hide internal directories.