Codebase list golang-github-vbauerster-mpb / 52a4eb3
improved godoc for decor.Statistics Vladimir Bauer 3 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4343 ET_STYLE_MMSS
4444 )
4545
46 // Statistics consists of progress related statistics, that Decorator
47 // may need.
46 // Statistics contains fields which are necessary for implementing
47 // `decor.Decorator` and `mpb.BarFiller` interfaces.
4848 type Statistics struct {
4949 AvailableWidth int // calculated width initially equal to terminal width
5050 RequestedWidth int // width set by `mpb.WithWidth`