Versions in this module Expand all Collapse all v0 v0.1.0 Nov 6, 2022 Changes in this version + type Judge struct + Code string + ErrorMessage string + Language string + MemoryConsumed int + ProblemId string + Score int + Status int + SubmitId string + SubmitTime string + TimeConsumed int + type JudgeGlobalCfg struct + JudgeMode utils.JudgeMode + MaxMemory int64 + MaxStack int64 + ProblemId string + ProblemMaxTime int64 + RunConfig utils.RunConfig + SandboxMaxTime int64 + UserFileContent string + UserFileId string + type Problem struct + MemoryLimit int64 + ProblemId string + StackLimit int64 + TestCases []gjson.Result + TimeLimit int64 + Type utils.JudgeMode