Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Column ¶
type Column struct {
// contains filtered or unexported fields
}
func NewColumn ¶
func NewColumn(name string, options ...ColumnOption) *Column
func (*Column) StringSlice ¶
type ColumnOption ¶
type ColumnOption func(c *Column)
func WithFormatter ¶
func WithFormatter(formatter StringFormatter) ColumnOption
func WithNilPlaceholder ¶
func WithNilPlaceholder(placeholder string) ColumnOption
type StringFormatter ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) StringSlices ¶
Click to show internal directories.
Click to hide internal directories.