Documentation ¶
Overview ¶
Package builder sets methods for loading BHL metadata and BHL names index data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { // ResetData removes all downloaded and generated resources, leaving // empty databases and directories. ResetData() // ImportData downloads remote datasets to the local file system and generates // data needed for bhlnames functionality. ImportData() error // CalculateTxStats calculates taxonomic statistics for each Item. CalculateTxStats() error }
Builder uses remote resources to recreate all necessary data from scratch locally.
Click to show internal directories.
Click to hide internal directories.