Documentation ¶
Index ¶
- type TablesBuilder
- func (b *TablesBuilder) BuildEventTables() (tables map[string]prtable.Writer, nonEmpty bool)
- func (b *TablesBuilder) BuildLogTables() (tables map[string]prtable.Writer, nonEmpty bool)
- func (b *TablesBuilder) BuildProgressTable() (table prtable.Writer, notEmpty bool)
- func (b *TablesBuilder) SetMaxTableWidth(maxTableWidth int)
- type TablesBuilderOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TablesBuilder ¶
type TablesBuilder struct {
// contains filtered or unexported fields
}
func NewTablesBuilder ¶
func NewTablesBuilder(taskStore *statestore.TaskStore, logStore *kdutil.Concurrent[*logstore.LogStore], opts TablesBuilderOptions) *TablesBuilder
func (*TablesBuilder) BuildEventTables ¶
func (b *TablesBuilder) BuildEventTables() (tables map[string]prtable.Writer, nonEmpty bool)
func (*TablesBuilder) BuildLogTables ¶
func (b *TablesBuilder) BuildLogTables() (tables map[string]prtable.Writer, nonEmpty bool)
func (*TablesBuilder) BuildProgressTable ¶
func (b *TablesBuilder) BuildProgressTable() (table prtable.Writer, notEmpty bool)
func (*TablesBuilder) SetMaxTableWidth ¶
func (b *TablesBuilder) SetMaxTableWidth(maxTableWidth int)
type TablesBuilderOptions ¶
Click to show internal directories.
Click to hide internal directories.