# Functions
Get gets the config.
ReadFromINI read the Config from a INI file.
ReadFromJson read the Config from a JSON file.
ReadFromYaml read the Config from a YAML file.
Set sets the config.
# Constants
DriverMssql is a const value of mssql driver.
DriverMysql is a const value of mysql driver.
DriverPostgresql is a const value of postgresql driver.
DriverSqlite is a const value of sqlite driver.
EnvLocal is a const value of local environment.
EnvProd is a const value of production environment.
EnvTest is a const value of test environment.
# Structs
Config type is the global config of goAdmin.
Database is a type of database connection config.
FileUploadEngine is a file upload engine.
see more: https://daneden.github.io/animate.css/.
Store is the file store config.
# Type aliases
DatabaseList is a map of Database.