Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInteractive = errors.New("interactive TaskZip is unsupported") ErrAttached = errors.New("attached TaskZip files are unsupported") )
Functions ¶
Types ¶
type Task ¶
type Task struct {
Version uint32
ID string
Name map[string]string
Testing Testing
Readme []byte
Statements map[string][]byte
StatementImages map[string][]byte
Examples []Example
Tests []Test
Checker []byte
Solutions []Solution
Subtasks []Subtask
TestGroups []TestGroup
Origin *Origin
Metadata *Metadata
Extensions map[string]any
}
Click to show internal directories.
Click to hide internal directories.