Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // LoadTime is the time it took to load the dataset. // It is populated after the first call to Get. LoadTime time.Duration // NumRecords is the total number of records in the dataset. // It is populated after the first call to Get. NumRecords int ErrNotFound = errors.New("not found") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.