Documentation ¶
Index ¶
- func Concurrency() *uint
- func GetCompilers() []string
- func NewCheck() *check
- func NewDownload() *download
- func NewTest() *test
- func NewUpload() *upload
- func Regex() **regexp.Regexp
- func SetConcurrency(n uint)
- func SetPassword(password string)
- func SetRegex(regex string) (err error)
- func SetUsername(username string)
- func SetWorkDir(dir string)
- func WorkDir() *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Concurrency ¶
func Concurrency() *uint
Concurrency returns reference to conf.concurrency. Use with caution.
func GetCompilers ¶
func GetCompilers() []string
GetCompilers returns a list with all valid compilers for upload
func SetConcurrency ¶
func SetConcurrency(n uint)
SetConcurrency sets the number of concurrent goroutines that can be run at the same time
func SetWorkDir ¶
func SetWorkDir(dir string)
SetWorkDir sets the location where to download and check for problem files and the database
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.