Documentation ¶ Index ¶ type Printer func NewPrinter(config cmd.Config, validityStringer ValidityStringer, operationName string, ...) *Printer func (p *Printer) Animate() chan struct{} func (p *Printer) Complete(i int, successes int) func (p *Printer) Update(i int, successes int) type ValidityStringer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Printer ¶ type Printer struct { sync.Mutex // contains filtered or unexported fields } func NewPrinter ¶ func NewPrinter(config cmd.Config, validityStringer ValidityStringer, operationName string, out cmd.Output, startTime time.Time) *Printer func (*Printer) Animate ¶ func (p *Printer) Animate() chan struct{} func (*Printer) Complete ¶ func (p *Printer) Complete(i int, successes int) func (*Printer) Update ¶ func (p *Printer) Update(i int, successes int) type ValidityStringer ¶ type ValidityStringer interface { PrintValidity() (string, error) } Source Files ¶ View all Source files cliPrinter.go Click to show internal directories. Click to hide internal directories.