Documentation ¶
Overview ¶
package namebhl provides interface to methods for collecting name data generated by BHLindex.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NameBHL ¶
type NameBHL interface { // ImportNames imports unique verified names from BHLindex. ImportNames() (*bloom.BloomFilter, error) // ImportOccurrences imports occurrences of names found by BHLindex. ImportOccurrences(*bloom.BloomFilter) error }
NameBHL interface provides methods to collect data from BHLindex.
Click to show internal directories.
Click to hide internal directories.