Versions in this module Expand all Collapse all v0 v0.1.13 Aug 21, 2020 Changes in this version + func Run(ctx context.Context, pf progressFunc) error + func WithContextWriter(ctx context.Context, writer Writer) context.Context + type Event struct + Done bool + ID string + Status EventStatus + StatusText string + Text string + type EventStatus int + const Done + const Error + const Working + type Writer interface + Event func(Event) + Start func(context.Context) error + Stop func() + func ContextWriter(ctx context.Context) Writer + func NewWriter(out console.File) (Writer, error)