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 time.Duration `mapstructure:"ttl"` Purge time.Duration `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"` TLS bool `mapstructure:"tls"` }
StoreConfig struct models a Store configuration in bot.yml
Click to show internal directories.
Click to hide internal directories.