Documentation
¶
Overview ¶
Package server defines the Server type for serving the Open Data Link frontend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // If DevMode is true, templates will not be cached. DevMode bool DB *database.DB FastText *fasttext.FastText MetadataIndex *index.MetadataIndex JoinabilityThreshold float64 JoinabilityIndex *lshensemble.LshEnsemble OrganizeConfig *nav.Config }
Config is used to configure the server.
Click to show internal directories.
Click to hide internal directories.