Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BHLN ¶
type BHLN interface { // References returns back bibliographic references for a given // list of page ids. References(pageIDs []int) (map[int]ref.Reference, error) // ItemIds retuns back ids of BHL items that need to be embedded. ItemIds(offset, limit int, taxa []string) ([]uint, error) // Close cleans up database connections Close() }
BHLN takes data from BHLnames.
Click to show internal directories.
Click to hide internal directories.