Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DevelopmentMode environment value DevelopmentMode string = "development" // ProductionMode environment value ProductionMode string = "production" )
Variables ¶
View Source
var ( // Env for the application. Value can be either "production" or "development" Env string // KVStore database configuration KVStore kvStoreConfig // Server configuration Server serverConfig )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.