package
Version:
v0.0.0-...-e4e151b
Opens a new window with list of versions in this module.
Published: Mar 16, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
LoadConfig reads configuration from file or environment variables.
type AppConfig struct {
MongoURI string `mapstructure:"MONGO_URI"`
DBName string `mapstructure:"DB_NAME"`
NotesTable string `mapstructure:"NOTES_TABLE"`
}
AppConfig stores all configuration of the application.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.