Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationConfig ¶
type ApplicationConfig = string
ApplicationConfig represents config for application
type Config ¶
type Config struct {
Port string `json:"port"`
TestDir string `json:"testDir"`
TestsInfo map[string]struct {
Path string `json:"path"`
TestsCount int `json:"count"`
} `json:"tests"`
CompileFiles map[string]string `json:"compileFiles"`
}
Config contains configuration for the remote worker
var MyConfig *Config
func ParseConfig ¶
ParseConfig parses configuration from the specified path
Click to show internal directories.
Click to hide internal directories.