Documentation ¶ Index ¶ type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { AsyncJob asyncjob.Config `yaml:"asyncJob"` Concurrency int `yaml:"concurrency"` // the concurrency of judger Mysql mysql.Config `yaml:"mysql"` Redis kredis.Config `yaml:"redis"` Sandbox sandbox.Config `yaml:"sandbox"` } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.