package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 29, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Separator for CSV. Not configurable for now.
Create can create a Digest using the Configurations passed.
It returns the digest as a map[uint64]uint64.
It can also keep track of the Source line.
Config represents configurations that can be passed
to create a Digest.
NewConfig creates an instance of Config struct.
type Difference struct {
Additions []string
Modifications []string
}
Difference represents the additions and modifications
between the two Configs
Diff will differentiate between two given configs
Digest represents the binding of the key of each csv line
and the digest that gets created for the entire line
CreateDigest creates a Digest for each line of csv.
There will be one Digest per line
Positions represents positions of columns in a CSV array.
MapToValue plucks the values from CSV from
their respective positions and concatenates
them using Separator as a string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.