Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶ added in v1.0.2
type ProgressBar struct {
*pb.ProgressBar
}
ProgressBar adapts pb.ProgressBar to go-qcow2reader.convert.Updater interface.
func New ¶
func New(size int64) (*ProgressBar, error)
func (*ProgressBar) Update ¶ added in v1.0.2
func (b *ProgressBar) Update(n int64)
Click to show internal directories.
Click to hide internal directories.