Documentation ¶
Index ¶
- func BuildProblemPackage(c *cli.Context) error
- func CompileProblemWorkDirSourceCodes(c *cli.Context) error
- func ReadProblemInfo(c *cli.Context) error
- func RunCheckerCases(c *cli.Context) error
- func RunTestCaseGenerator(c *cli.Context) error
- func RunTestCasesInputValidation(config *structs.JudgeConfiguration, caseIndex int) error
- func RunTestlibValidatorCases(config *structs.JudgeConfiguration, caseIndex int) error
- func RunTestlibValidators(c *cli.Context) error
- func UnpackProblemPackage(c *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildProblemPackage ¶
func BuildProblemPackage(c *cli.Context) error
BuildProblemPackage 创建题目数据包
func CompileProblemWorkDirSourceCodes ¶
func CompileProblemWorkDirSourceCodes(c *cli.Context) error
CompileProblemWorkDirSourceCodes 编译作业代码(APP入口)
func RunCheckerCases ¶
func RunCheckerCases(c *cli.Context) error
RunCheckerCases 运行特殊评测的checker (APP入口)
func RunTestCaseGenerator ¶
func RunTestCaseGenerator(c *cli.Context) error
RunTestCaseGenerator 运行测试数据生成器 (APP入口)
func RunTestCasesInputValidation ¶
func RunTestCasesInputValidation(config *structs.JudgeConfiguration, caseIndex int) error
RunTestCasesInputValidation 运行test cases的校验 caseIndex < 0 表示校验全部
func RunTestlibValidatorCases ¶
func RunTestlibValidatorCases(config *structs.JudgeConfiguration, caseIndex int) error
RunTestlibValidatorCases 运行validator cases的校验 caseIndex < 0 表示校验全部
func RunTestlibValidators ¶
func RunTestlibValidators(c *cli.Context) error
RunTestlibValidators 运行Testlib的validator校验 (APP入口)
func UnpackProblemPackage ¶
func UnpackProblemPackage(c *cli.Context) error
UnpackProblemPackage 题目包解包
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.