Documentation ¶
Index ¶
- func CompareData(expected []map[string]string, actual []map[string]string, checkAllWidths bool, ...)
- type Csv
- func (this *Csv) OperatorAnd(rhs *Csv) *Csv
- func (this *Csv) OperatorFilter(rhs *Csv) *Csv
- func (this *Csv) OperatorLess(rhs *Csv) *Csv
- func (this *Csv) OperatorMinus(rhs *Csv) *Csv
- func (this *Csv) OperatorOr(rhs *Csv) *Csv
- func (this *Csv) OperatorPlus(rhs *Csv) *Csv
- func (this *Csv) OperatorRandomSubset(rhs string, random *rand.Rand) *Csv
- func (this *Csv) Read(path string) bool
- func (this *Csv) ToString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Csv ¶
type Csv struct { Headers []string Data []map[string]string Index []int Raw string RawPos int EndRow byte EndField byte }
func ConstructTable ¶
helpers that should be in a test file but cant due to export semantics
func (*Csv) OperatorAnd ¶
func (*Csv) OperatorFilter ¶
func (*Csv) OperatorLess ¶
func (*Csv) OperatorMinus ¶
func (*Csv) OperatorOr ¶
func (*Csv) OperatorPlus ¶
func (*Csv) OperatorRandomSubset ¶
Click to show internal directories.
Click to hide internal directories.