Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DEV is the environment used in development, // with more details in case of HTTP errors DEV = "dev" // PREPROD is the environment used in pre-production, // the only difference with production environment is the services used PREPROD = "preprod" // PROD is the environment used in production, // with inexistant debug in case of error client-side PROD = "prod" )
Variables ¶
View Source
var ( // EnvironmentConfig store the configuration of each environments EnvironmentConfig map[string]*Config )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.