Documentation
¶
Index ¶
Constants ¶
View Source
const ChoiceCount = 3
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Question ¶
type Question struct {
Text string `json:"text"`
CreatedAt string `json:"createdAt" `
Choices [ChoiceCount]Choice `json:"choices"`
}
type QuestionList ¶
type QuestionList []Question
type Taker ¶
type Taker struct {
Login string `json:"login" csv:"login"`
Password string `json:"password" csv:"password"`
Title string `json:"title" csv:"title"`
LastName string `json:"lastname" csv:"lastname"`
FirstName string `json:"firstname" csv:"firstname"`
Gender string `json:"gender" csv:"gender"`
Email string `json:"email" csv:"email"`
Picture string `json:"picture" csv:"picture"`
Address string `json:"address" csv:"address"`
}
Click to show internal directories.
Click to hide internal directories.