This commit is contained in:
parent
8f3804543a
commit
0bf349c032
|
@ -159,11 +159,11 @@ type Stage struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type ParserResult struct {
|
type ParserResult struct {
|
||||||
Score int
|
Score int `json:"score"`
|
||||||
Comment string
|
Comment string `json:"comment"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type StageResult struct {
|
type StageResult struct {
|
||||||
Name string
|
Name string `json:"name"`
|
||||||
Results []ParserResult
|
Results []ParserResult `json:"results"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user