Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConfigDebug string = "debug" ConfigKWGPathPrefix = "kwg-path-prefix" ConfigDataPath = "data-path" ConfigDefaultLexicon = "default-lexicon" ConfigDefaultLetterDistribution = "default-letter-distribution" ConfigDefaultBoardLayout = "default-board-layout" ConfigTtableMemFraction = "ttable-mem-fraction" ConfigLambdaFunctionName = "lambda-function-name" ConfigNatsURL = "nats-url" ConfigWolgesAwsmUrl = "wolges-awsm-url" ConfigCPUProfile = "cpu-profile" ConfigMEMProfile = "mem-profile" )
Known config names
Variables ¶
This section is empty.
Functions ¶
func FindBasePath ¶ added in v0.4.5
Types ¶
type Config ¶
func DefaultConfig ¶ added in v0.4.5
func DefaultConfig() *Config
func (*Config) AdjustRelativePaths ¶ added in v0.4.5
func (*Config) WGLConfig ¶ added in v0.9.3
the WGLConfig is a config used for the word-golib library. It is a reduced version of this overall config. We calculate it here to avoid passing this entire config to that library (and causing a circular import as well). This sub-config is not meant to change after we first start this program.
Click to show internal directories.
Click to hide internal directories.