Documentation ¶
Index ¶
- type Column
- type Table
- func (t *Table) AddColumn(value Column) error
- func (t *Table) AddRow(value map[string]any) error
- func (t *Table) DeleteColumn(name string) error
- func (t *Table) DeleteRow(index int) error
- func (t *Table) GetColumn(name string) (Column, error)
- func (t *Table) GetColumns() []Column
- func (t *Table) GetRow(index int) (map[string]any, error)
- func (t *Table) GetRows() []map[string]any
- func (t *Table) SetColumnDefault(name string, value string) error
- func (t *Table) SetColumnName(name string, value string) error
- func (t *Table) SetRow(index int, value map[string]any) error
- func (t *Table) ToU() TableU
- type TableU
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) DeleteColumn ¶
func (*Table) GetColumns ¶
Click to show internal directories.
Click to hide internal directories.