Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONTEST_META_FILE = "contest.json" TASK_META_FILE = "task.json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContestMeta ¶
type GlobalConfig ¶
type GlobalConfig struct { SessionFile string `json:"session_file"` TemplateCmdName string `json:"template_cmd_name"` TemplateCmdArgs []string `json:"template_cmd_args"` TemplateCmdJsonInput bool `json:"template_cmd_json_input"` TemplateFile string `json:"template_file"` RunCmdName string `json:"run_cmd_name"` RunCmdArgs []string `json:"run_cmd_args"` MainFileName string `json:"main_file_name"` DefaultLanguage atcodergo.Language `json:"default_language"` }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) NewContest ¶
func (*Handler) ShowGlobalConfig ¶
ShowGlobalConfig shows global config.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.