package
Version:
v0.42.0
Opens a new window with list of versions in this module.
Published: Jan 6, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetSubmissionDTO struct {
StudentUUID string
TestBlockUUID string
}
type SubmissionStatusUpdateDTO struct {
SubmissionUUID string `json:"submission_uuid"`
SubmissionStatus string `json:"submission_status"`
TestsPassed bool `json:"tests_passed"`
TestsOutput string `json:"tests_output"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.