package progressbar

import "github.com/Diarkis/diarkis/util/progressbar"

Index

Types

type Progressbar

type Progressbar struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

Progressbar represents a progressbar struct

func New

func New(title string, max int) *Progressbar

New create a new Progressbar

func (*Progressbar) Add

func (pb *Progressbar) Add(value int) bool

Add increment the progressbar completion status