Documentation
¶
Overview ¶
Package configs implement configurations that the application needs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQL ¶
type MySQL struct { Username string `env:"BOT_MYSQL_USERNAME,required"` Password string `env:"BOT_MYSQL_PASSWORD,required"` Protocol string `env:"BOT_MYSQL_PROTOCOL,required"` Host string `env:"BOT_MYSQL_HOST,required"` Port string `env:"BOT_MYSQL_PORT,required"` DBName string `env:"BOT_MYSQL_DBNAME,required"` }
Click to show internal directories.
Click to hide internal directories.