Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TitleMatcher ¶
type TitleMatcher interface { // MatchTitlesBHL takes a reference-string and returns back IDs of matched // BHL titles. TitlesBHL(refString string) (map[int][]string, error) // Close cleans database connection. Close() }
TitleMatcher allows to make a match of a journal/book title with a biodiversity reference.
Click to show internal directories.
Click to hide internal directories.