package
Version:
v0.0.0-...-7543e54
Opens a new window with list of versions in this module.
Published: Apr 14, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiServer struct {
}
type AppConfig struct {
ServerPort string `toml:"server_port"`
Postgres *Postgres
Redis *Redis
}
type Postgres struct {
Host string `env:"PG_HOST"`
Port string `env:"PG_PORT"`
DbName string `env:"PG_DBNAME"`
User string `env:"PG_USER"`
Password string `env:"PG_PASSWORD"`
}
type Redis struct {
Url string `env:"REDIS_URL"`
Password string `env:"REDIS_PASSWORD"`
Db int `env:"REDIS_DB"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.