package
Version:
v0.0.0-...-e6d10a5
Opens a new window with list of versions in this module.
Published: May 4, 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 HTTP struct {
Addr string `env:"SERVER_ADDRESS"`
}
type JWT struct {
Key string `env:"JWT_KEY"`
}
type Log struct {
Level string `env:"LOG_LEVEL"`
}
type PG struct {
PoolMax int `env:"PG_POOL_MAX"`
URL string `env:"DATABASE_DSN"`
}
type Storage struct {
Path string `env:"FILE_STORAGE_PATH"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.