Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RLoader ¶
type RLoader struct {
// contains filtered or unexported fields
}
func NewRLoader ¶
func NewRLoader(header TableHeader, data []string) *RLoader
func (*RLoader) WithDefault ¶
type TLoader ¶
type TLoader[T comparable] struct { *RLoader // contains filtered or unexported fields }
func NewTLoader ¶
func NewTLoader[T comparable](rLoader *RLoader, parser func(s string) T) *TLoader[T]
func (*TLoader[T]) WithDefault ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func NewDataTable ¶
func (*Table) Header ¶
func (table *Table) Header() TableHeader
type TableHeader ¶
func NewTableHeader ¶
func NewTableHeader(labels []string) TableHeader
Click to show internal directories.
Click to hide internal directories.