package
Version:
v0.0.0-...-9bbf556
Opens a new window with list of versions in this module.
Published: Feb 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Column struct {
Name string `json:",omitempty"`
Type string `json:",omitempty"`
}
Column represent column header
Columns represents columns
Record represents tabular record
Records represents tabular records
type Tabular struct {
Columns Columns `json:",omitempty"`
Records Records `json:",omitempty"`
}
Tabular represents a tabular holder
Value represents tabular value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.