Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColumnList ¶
type Formatted ¶
type Formatted struct {
// contains filtered or unexported fields
}
func NewFormatted ¶
type Row ¶
type Row struct { Value string Colors tablewriter.Colors }
type TableConfig ¶
type TableConfig[T any] struct { Style TableStyle Wide bool Columns ColumnList[T] }
Click to show internal directories.
Click to hide internal directories.