Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Site Site `toml:"site"` Discord Discord `toml:"discord"` Database Database `toml:"database"` Services []Service `toml:"services"` }
Config is the application configuration.
type Database ¶
type Database struct { Name string `toml:"name"` Address string `toml:"address"` csufbot.Store `toml:"-"` }
Database describes the configuration for the underlying database storage.
Click to show internal directories.
Click to hide internal directories.