Documentation
¶
Index ¶
- func AddProblemsToSet(c echo.Context) error
- func AddStudents(c echo.Context) error
- func AdminCreateUser(c echo.Context) error
- func AdminDeleteUser(c echo.Context) error
- func AdminGetLogs(c echo.Context) error
- func AdminGetUser(c echo.Context) error
- func AdminGetUsers(c echo.Context) error
- func AdminUpdateUser(c echo.Context) error
- func BeginLogin(c echo.Context) error
- func BeginRegistration(c echo.Context) error
- func ChangePassword(c echo.Context) error
- func CloneProblemSet(c echo.Context) error
- func CreateClass(c echo.Context) error
- func CreateImage(c echo.Context) error
- func CreateProblem(c echo.Context) error
- func CreateProblemSet(c echo.Context) error
- func CreateSubmission(c echo.Context) error
- func CreateTestCase(c echo.Context) error
- func DeleteClass(c echo.Context) error
- func DeleteProblem(c echo.Context) error
- func DeleteProblemSet(c echo.Context) error
- func DeleteProblemsFromSet(c echo.Context) error
- func DeleteStudents(c echo.Context) error
- func DeleteTestCase(c echo.Context) error
- func DeleteTestCases(c echo.Context) error
- func EmailRegistered(c echo.Context) error
- func FinishLogin(c echo.Context) error
- func FinishRegistration(c echo.Context) error
- func GetClass(c echo.Context) error
- func GetClassesIManage(c echo.Context) error
- func GetClassesITake(c echo.Context) error
- func GetGrades(c echo.Context) error
- func GetImage(c echo.Context) error
- func GetMe(c echo.Context) error
- func GetProblem(c echo.Context) error
- func GetProblemAttachmentFile(c echo.Context) error
- func GetProblemSet(c echo.Context) error
- func GetProblemSetProblem(c echo.Context) error
- func GetProblemSetProblemAnalysis(c echo.Context) error
- func GetProblemSetProblemInputFile(c echo.Context) error
- func GetProblemSetProblemOutputFile(c echo.Context) error
- func GetProblemSetProblemUserAnalysis(c echo.Context) error
- func GetProblems(c echo.Context) error
- func GetRandomProblem(c echo.Context) error
- func GetRunComparerOutput(c echo.Context) error
- func GetRunCompilerOutput(c echo.Context) error
- func GetRunInput(c echo.Context) error
- func GetRunOutput(c echo.Context) error
- func GetScript(c echo.Context) error
- func GetSubmission(c echo.Context) error
- func GetSubmissionCode(c echo.Context) error
- func GetSubmissions(c echo.Context) error
- func GetTask(c echo.Context) error
- func GetTestCaseInputFile(c echo.Context) error
- func GetTestCaseOutputFile(c echo.Context) error
- func GetUser(c echo.Context) error
- func GetUserProblemInfo(c echo.Context) error
- func GetUsers(c echo.Context) error
- func JoinClass(c echo.Context) error
- func Login(c echo.Context) error
- func ProblemSetCreateSubmission(c echo.Context) error
- func ProblemSetGetRunComparerOutput(c echo.Context) error
- func ProblemSetGetRunCompilerOutput(c echo.Context) error
- func ProblemSetGetRunInput(c echo.Context) error
- func ProblemSetGetRunOutput(c echo.Context) error
- func ProblemSetGetSubmission(c echo.Context) error
- func ProblemSetGetSubmissionCode(c echo.Context) error
- func ProblemSetGetSubmissions(c echo.Context) error
- func RefreshGrades(c echo.Context) error
- func RefreshInviteCode(c echo.Context) error
- func Register(c echo.Context) error
- func Todo(c echo.Context) error
- func UpdateClass(c echo.Context) error
- func UpdateMe(c echo.Context) error
- func UpdateProblem(c echo.Context) error
- func UpdateProblemSet(c echo.Context) error
- func UpdateRun(c echo.Context) error
- func UpdateTestCase(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddProblemsToSet ¶
func AddStudents ¶
func AdminCreateUser ¶
func AdminDeleteUser ¶
func AdminGetLogs ¶
func AdminGetUser ¶
func AdminGetUsers ¶
func AdminUpdateUser ¶
func BeginLogin ¶
func BeginRegistration ¶
func ChangePassword ¶
func CloneProblemSet ¶
func CreateClass ¶
func CreateImage ¶
func CreateProblem ¶
func CreateProblemSet ¶
func CreateSubmission ¶
func CreateTestCase ¶
func DeleteClass ¶
func DeleteProblem ¶
func DeleteProblemSet ¶
func DeleteProblemsFromSet ¶
func DeleteStudents ¶
func DeleteTestCase ¶
func DeleteTestCases ¶
func EmailRegistered ¶
func FinishLogin ¶
func FinishRegistration ¶
func GetClassesIManage ¶
func GetClassesITake ¶
func GetProblem ¶
func GetProblemSet ¶
func GetProblemSetProblem ¶
func GetProblemSetProblemAnalysis ¶
GetProblemSetProblemAnalysis 获取指定问题集指定题目各学生总的分析,形式为一个结构体数组,每结构体包含一个学生在该问题集的该题目下的提交情况
func GetProblemSetProblemUserAnalysis ¶
GetProblemSetProblemUserAnalysis 获取基础提交分析,用于指定用户的指定题目的提交集的基础分析
func GetProblems ¶
func GetRandomProblem ¶
func GetRunComparerOutput ¶
func GetRunCompilerOutput ¶
func GetRunInput ¶
func GetRunOutput ¶
func GetSubmission ¶
func GetSubmissionCode ¶
func GetSubmissions ¶
func GetTestCaseInputFile ¶
func GetTestCaseOutputFile ¶
func GetUserProblemInfo ¶
func ProblemSetGetRunInput ¶
func ProblemSetGetRunOutput ¶
func ProblemSetGetSubmission ¶
func RefreshGrades ¶
func RefreshInviteCode ¶
func UpdateClass ¶
func UpdateProblem ¶
func UpdateProblemSet ¶
func UpdateTestCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.