Documentation
¶
Index ¶
- Constants
- func KeyifyHeader(header string) string
- type ColumnSort
- type EmptyValue
- type Header
- type Section
- type Sorting
- type Table
- type Value
- type ValueBool
- type ValueBytes
- type ValueError
- type ValueFmt
- type ValueInt
- type ValueInterface
- type ValueNone
- type ValueString
- type ValueStrings
- type ValueSuffix
- type ValueTime
- type ValueVersion
- type Writer
Constants ¶
View Source
const UNKNOWN_HEADER_MAPPING rune = '_'
Variables ¶
This section is empty.
Functions ¶
func KeyifyHeader ¶
Types ¶
type ColumnSort ¶
type EmptyValue ¶
type EmptyValue struct{}
func (EmptyValue) Compare ¶
func (t EmptyValue) Compare(Value) int