Versions in this module Expand all Collapse all v1 v1.229.0 Sep 16, 2026 Changes in this version + func AlignProgress(left string, downloaded, total int64, width int) string + func Run(total int, work func(Observer) error) error + type Event struct + Attempt int + Bytes bool + Count int + Done bool + Downloaded int64 + Err error + Fraction float64 + ID int + Label string + Outcome string + Phase string + Reset bool + Total int64 + Version string + Warning string + type Observer func(Event) + type Option func(*Renderer) + func WithToolchainStyle() Option + type Renderer struct + func New(total int, live bool, options ...Option) *Renderer + func (r *Renderer) Clear() + func (r *Renderer) Complete(id int, output func()) + func (r *Renderer) Tick() + func (r *Renderer) Update(event *Event) v1.229.0-rc.5 Sep 16, 2026 v1.229.0-rc.4 Sep 15, 2026