Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreConfig ¶
type StoreConfig struct { Type string `mapstructure:"type"` TTL int `mapstructure:"ttl"` Purge int `mapstructure:"purge"` Host string `mapstructure:"host"` Port string `mapstructure:"port"` User string `mapstructure:"user"` Password string `mapstructure:"password"` Database string `mapstructure:"database"` RDBMS string `mapstructure:"rdbms"` }
StoreConfig struct models a Store configuration in bot.yml
Click to show internal directories.
Click to hide internal directories.