Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config map[string]string
Config is the in-memory store for the loaded configuration.
Functions ¶
func Load ¶
Load uses the suppplies context to load configuration data - a map - based on the environement. If the environment is the appengine development server, it loads the configuration from the local config.yaml file. If the environment is the production appengine server, it loads config.yaml from the default Google Cloud Storage bucket. Once loaded, the config is stored in memory for quicker access.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.