Versions in this module Expand all Collapse all v0 v0.38.0 Jun 12, 2023 Changes in this version + func ChangePrinter(printer Printer) + func NewProgress(loadingText, finishedText string, showCount bool) *progress + func Printf(format string, args ...interface{}) + type ConsolePrinter struct + func NewConsolePrinter() *ConsolePrinter + func (c *ConsolePrinter) Printf(format string, args ...interface{}) + type MockProgress struct + func NewMockProgress(t mockConstructorTestingTNewMockProgress) *MockProgress + func (_m *MockProgress) Inc() + func (_m *MockProgress) Start() + func (_m *MockProgress) Stop() + func (_m *MockProgress) Val() uint64 + type Printer interface + Printf func(format string, args ...interface{}) + type Progress interface + Inc func() + Start func() + Stop func() + Val func() uint64 + type ProgressOptions struct + FinishedText string + LoadingText string + ShowCount bool + type VoidPrinter struct + func (v *VoidPrinter) Printf(format string, args ...interface{})