bar

package
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package bar provides a progress bar.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgressBar

type ProgressBar struct {
	sync.Mutex
	// contains filtered or unexported fields
}

ProgressBar is a wrapper for schollz/progressbar.

func NewBar

func NewBar(num uint64) *ProgressBar

NewBar returns a new ProgressBar with the maximum set to the given number and the default buffer size; returns a spinner if the provided number is too big or zero.

func NewBufferedBar

func NewBufferedBar(num uint64, buffer int) *ProgressBar

NewBufferedBar returns a new ProgressBar with the maximum set to the given number and the given buffer size; returns a spinner if the provided number is too big or zero.

func (*ProgressBar) Close

func (b *ProgressBar) Close() error

Close closes the bar.

func (*ProgressBar) Finish

func (b *ProgressBar) Finish() error

Finish fills the bar.

func (*ProgressBar) Inc

func (b *ProgressBar) Inc() error

Inc increments the progress bar by the amount configured by it's buffer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL