package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Apr 3, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Telegram struct {
Token string `env:"TG_TOKEN"`
ChatID string `env:"TG_CHAT"`
OwnerID string `env:"TG_ADMIN"`
}
Database struct {
DSN string `env:"DB_DSN"`
}
Log struct {
Level string `env:"LOG_LEVEL"`
}
Debug bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.