table

package
v2.0.42+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2017 License: Apache-2.0 Imports: 12 Imported by: 180

Documentation

Index

Constants

View Source
const UNKNOWN_HEADER_MAPPING rune = '_'

Variables

This section is empty.

Functions

func KeyifyHeader

func KeyifyHeader(header string) string

Types

type ColumnSort

type ColumnSort struct {
	Column int
	Asc    bool
}

type EmptyValue

type EmptyValue struct{}

func (EmptyValue) Compare

func (t EmptyValue) Compare(Value) int

func (EmptyValue)