package
Version:
v0.0.0-...-972b0a0
Opens a new window with list of versions in this module.
Published: Sep 17, 2023
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
¶
type DbConfig struct {
Driver string `env:"DB_DRIVER"`
Url string `env:"DB_URL"`
}
type RedisConfig struct {
Address string `env:"REDIS_ADDRESS"`
Password string `env:"REDIS_PASSWORD"`
DB int `env:"REDIS_DB"`
Timeout time.Duration `env:"REDIS_PING_TIMEOUT"`
}
type ServerConfig struct {
Address string `env:"SERVER_ADDRESS"`
Timeout time.Duration `env:"SERVER_TIMEOUT"`
IdleTimeout time.Duration `env:"SERVER_IDLE_TIMEOUT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.