Versions in this module Expand all Collapse all v0 v0.76.1 Jun 14, 2026 Changes in this version + func NewContext(ctx context.Context, r Reporter) context.Context + type Reporter interface + Done func(image string, err error) + Start func(image string) + Update func(image, status string, percent float64) + func FromContext(ctx context.Context) Reporter + func New(w io.Writer) (Reporter, func())