Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressTablesPrinter ¶ added in v1.13.0
type ProgressTablesPrinter struct {
// contains filtered or unexported fields
}
func NewProgressTablesPrinter ¶ added in v1.13.0
func NewProgressTablesPrinter(taskStore *kdutil.Concurrent[*statestore.TaskStore], logStore *kdutil.Concurrent[*logstore.LogStore], opts ProgressTablesPrinterOptions) *ProgressTablesPrinter
func (*ProgressTablesPrinter) Start ¶ added in v1.13.0
func (p *ProgressTablesPrinter) Start(ctx context.Context, interval time.Duration)
func (*ProgressTablesPrinter) Stop ¶ added in v1.13.0
func (p *ProgressTablesPrinter) Stop()
func (*ProgressTablesPrinter) Wait ¶ added in v1.13.0
func (p *ProgressTablesPrinter) Wait()
type ProgressTablesPrinterOptions ¶ added in v1.13.0
type ProgressTablesPrinterOptions struct {
DefaultNamespace string
}
Click to show internal directories.
Click to hide internal directories.