Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct {
App struct {
Port int `toml:"port"`
JWTSecret string `toml:"jwtsecret"`
} `toml:"app"`
Database struct {
Driver string `toml:"driver"`
DBName string `toml:"dbname"`
Address string `toml:"address"`
Port int `toml:"port"`
Username string `toml:"username"`
Password string `toml:"password"`
} `toml:"database"`
}
Click to show internal directories.
Click to hide internal directories.