package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Sep 6, 2023
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
¶
CSVHeader returns the header string for CSV output format.
NameOutput takes result of verification for one string and converts it into
required format (CSV or JSON).
type Match struct {
SourceRecord record.Record `json:"sourceRecord"`
ReferenceRecords []record.Record `json:"referenceRecords"`
}
type Output struct {
Matches []Match
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.