Documentation ¶ Index ¶ type Meter func (p *Meter) Finished() func (p *Meter) Notify(msg string) func (p *Meter) Set(value float64) func (p *Meter) SetTotal(total float64) func (p *Meter) Spin(label string) func (p *Meter) Start(label string, total float64) func (p *Meter) Write(bs []byte) (n int, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Meter ¶ type Meter struct { Labels []string Totals []float64 Values []float64 Written [][]byte Notices []string Finishes int } func (*Meter) Finished ¶ func (p *Meter) Finished() func (*Meter) Notify ¶ func (p *Meter) Notify(msg string) func (*Meter) Set ¶ func (p *Meter) Set(value float64) func (*Meter) SetTotal ¶ func (p *Meter) SetTotal(total float64) func (*Meter) Spin ¶ func (p *Meter) Spin(label string) func (*Meter) Start ¶ func (p *Meter) Start(label string, total float64) func (*Meter) Write ¶ func (p *Meter) Write(bs []byte) (n int, err error) Source Files ¶ View all Source files progresstest.go Click to show internal directories. Click to hide internal directories.