Versions in this module Expand all Collapse all v0 v0.2.0 May 1, 2026 Changes in this version + func IsTTY(w io.Writer) bool + type Layer interface + Done func() + Fail func(err error) + Written func(n int64) + type Reporter interface + Finish func() + Phase func(name string) + StartLayer func(d digest.Digest, totalBytes int64, encoding string) Layer + func FromWriter(w io.Writer) Reporter + func NewAuto(w io.Writer) Reporter + func NewBars(w io.Writer) Reporter + func NewDiscard() Reporter + func NewLine(w io.Writer) Reporter + type SlogWriterProvider interface + SlogWriter func() io.Writer