Codebase list golang-github-vbauerster-mpb / 4b42793
NewSpinnerFiller: godoc update Vladimir Bauer 5 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 alignment SpinnerAlignment
2828 }
2929
30 // NewSpinnerFiller constucts mpb.BarFiller, to be used with *Progress.Add(...) *Bar method.
30 // NewSpinnerFiller returns a BarFiller implementation which renders a spinner.
31 // To be used with *Progress.Add(...) *Bar method.
3132 func NewSpinnerFiller(style []string, alignment SpinnerAlignment) BarFiller {
3233 if len(style) == 0 {
3334 style = DefaultSpinnerStyle