Annotate client.Answer

This commit is contained in:
andrea 2023-07-12 09:27:50 +02:00
parent 8817d2d314
commit 1b108fd23c

View file

@ -7,8 +7,8 @@ type Question struct {
} }
type Answer struct { type Answer struct {
Text string Text string `json:"text"`
Correct bool Correct bool `json:"correct"`
} }
type Quiz struct { type Quiz struct {