Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { Values []any Config table.ColumnConfig }
func (*Column) SetNoDataValue ¶
func (col *Column) SetNoDataValue()
type Columns ¶
type Columns []Column
func (Columns) SetNoDataValue ¶
func (col Columns) SetNoDataValue()
type TableBuilder ¶
type TableBuilder struct {
// contains filtered or unexported fields
}
func NewTableBuilder ¶
func NewTableBuilder(config TableConfig) *TableBuilder
func (*TableBuilder) Build ¶
func (tb *TableBuilder) Build()
func (*TableBuilder) SetColors ¶
func (tb *TableBuilder) SetColors()
func (*TableBuilder) SetColumns ¶
func (tb *TableBuilder) SetColumns()
func (*TableBuilder) SetRows ¶
func (tb *TableBuilder) SetRows()
func (*TableBuilder) SetStyle ¶
func (tb *TableBuilder) SetStyle()
type TableColors ¶
func GetTableColorsFromString ¶
func GetTableColorsFromString(color string) TableColors
Click to show internal directories.
Click to hide internal directories.