Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultPageLimit = uint64(100)
View Source
const IncreasedPageLimit = uint64(1_000)
Variables ¶
This section is empty.
Functions ¶
func GetCountFetchedLastTwelveMonths ¶ added in v1.2.0
func GetCountTotalTaxa ¶ added in v1.2.0
Types ¶
type Query ¶
type Query struct { ORDER_BY string ORDER_DIR string SEARCH string COUNTRY string RANK string TAXA string PAGE string SHOW_SYNONYMS bool }
type TableRow ¶
type TableRow struct { TaxonID string ScientificName sql.NullString CountryCode sql.NullString CountryCodeClean string CountryFlag string LastFetch sql.NullTime ObservationID sql.NullString ObservationDate sql.NullTime ObservedDiff string IsSynonym bool SynonymName sql.NullString SynonymID sql.NullString TaxonKingdom string TaxonPhylum string TaxonClass string TaxonOrder string TaxonFamily string Taxa string }
Click to show internal directories.
Click to hide internal directories.