Documentation ¶ Index ¶ type Printer func NewPrinter(ctx context.Context, c *apiclient.Client, quiet, details bool) Printer type Quiet func (q *Quiet) Print(events <-chan types.Progress) error type Verbose func (v *Verbose) Print(events <-chan types.Progress) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Printer ¶ type Printer interface { Print(events <-chan types.Progress) error } func NewPrinter ¶ func NewPrinter(ctx context.Context, c *apiclient.Client, quiet, details bool) Printer type Quiet ¶ type Quiet struct { Client *apiclient.Client Ctx context.Context } func (*Quiet) Print ¶ func (q *Quiet) Print(events <-chan types.Progress) error type Verbose ¶ type Verbose struct { Details bool Client *apiclient.Client Ctx context.Context } func (*Verbose) Print ¶ func (v *Verbose) Print(events <-chan types.Progress) error Source Files ¶ View all Source files events.goprinter.go Click to show internal directories. Click to hide internal directories.