Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version of gndiff Version = "v0.3.0" // Build timestamp Build = "n/a" )
Functions ¶
This section is empty.
Types ¶
type Differ ¶
type Differ interface { // Compare takes a query // should be in a csv, tsv, or plain text format. Compare( query []record.Record, reference []record.Record, ) (output.Output, error) }
Differ contains method to match query and reference. `Query` contains scientific name-string to match, while `reference` contains scientific name-string to match against.
Click to show internal directories.
Click to hide internal directories.