We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca3496 commit b60c62bCopy full SHA for b60c62b
common/connectors/invokerconn/structs.go
@@ -4,6 +4,8 @@ import (
4
models2 "testing_system/common/db/models"
5
)
6
7
+// This will be changed in later commits
8
+
9
const (
10
JobTypeCompile = iota
11
JobTypeTest
common/db/models/problem_config.go
invoker/invoker.go
@@ -14,7 +14,7 @@ type Invoker struct {
14
Storage *storage.InvokerStorage
15
Testers []*tester.Tester
16
17
- Queue chan *models.Submission
+ Queue chan *models.Submission // This will be changed in later commits
18
MaxQueueSize int
19
}
20
0 commit comments