Documentation
¶
Index ¶
Constants ¶
View Source
const ( Version = 1 RECOVERY = "recovery" ALERT = "alert" JudgesReplicas = 500 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Salt string `yaml:"salt"`
Logger loggerSection `yaml:"logger"`
HTTP httpSection `yaml:"http"`
LDAP ldapSection `yaml:"ldap"`
Redis redisSection `yaml:"redis"`
Queue queueSection `yaml:"queue"`
Cleaner cleanerSection `yaml:"cleaner"`
Link linkSection `yaml:"link"`
Notify map[string][]string `yaml:"notify"`
Tokens []string `yaml:"tokens"`
}
Click to show internal directories.
Click to hide internal directories.