Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeProd mode = "prod" ModeTest mode = "test" )
View Source
const ( DBConfigTypeSqlite dbConfigType = "sqlite" DBConfigTypePostgres dbConfigType = "postgres" DBConfigTypeMemory dbConfigType = "memory" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mode mode `yaml:"mode"`
Server serverConfig `yaml:"server"`
Twitch twitchConfig `yaml:"twitch"`
DB dbConfig `yaml:"db"`
Version string `yaml:"version"`
}
func (*Config) TwitchEnabled ¶
Click to show internal directories.
Click to hide internal directories.