package
Version:
v0.0.0-...-c756ae2
Opens a new window with list of versions in this module.
Published: Jul 20, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Bot struct {
Token string `mapstructure:"token"`
}
type Config struct {
Bot Bot `mapstructure:"bot"`
DB DB `mapstructure:"db"`
Log Log `mapstructure:"log"`
}
type DB struct {
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
Database string `mapstructure:"database"`
Host string `mapstructure:"host"`
}
type Log struct {
Level string `mapstructure:"level"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.