package
Version:
v0.0.0-...-782ee41
Opens a new window with list of versions in this module.
Published: May 11, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type App struct {
Key string `mapstructure:"Key"`
Host string `mapstructure:"Host"`
Port string `mapstructure:"Port"`
}
type Config struct {
App App `mapstructure:"App"`
Postgres Postgres `mapstructure:"Postgres"`
}
func SetupConfig() (conf Config)
type Postgres struct {
Host string `mapstructure:"Host"`
Port string `mapstructure:"Port"`
User string `mapstructure:"User"`
Password string `mapstructure:"Password"`
Database string `mapstructure:"Database"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.