Annotate client.Answer
This commit is contained in:
parent
8817d2d314
commit
1b108fd23c
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ type Question struct {
|
|||
}
|
||||
|
||||
type Answer struct {
|
||||
Text string
|
||||
Correct bool
|
||||
Text string `json:"text"`
|
||||
Correct bool `json:"correct"`
|
||||
}
|
||||
|
||||
type Quiz struct {
|
||||
|
|
Loading…
Reference in a new issue