Documentation
¶
Index ¶
Constants ¶
View Source
const ( BrowseState = iota ExecuteProgramState ErrorState )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParticipantScore ¶
type ParticipantScore struct {
Participant *models.Participant `json:"participant"`
Response *models.Response `json:"response"`
Score int `json:"score"`
}
type Rank ¶
type Rank struct {
Scores []*ParticipantScore `json:"scores"`
}
Click to show internal directories.
Click to hide internal directories.