package
Version:
v2.0.0-...-0eae77d
Opens a new window with list of versions in this module.
Published: Oct 21, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DailyChallengesQuery struct {
DailyCodingChallengeV2 struct {
Challenges []struct {
Question entity.Question `json:"question"`
} `json:"challenges"`
} `json:"dailyCodingChallengeV2"`
}
type QuestionListQuery struct {
QuestionList struct {
TotalNum int `json:"totalNum"`
Data []entity.Question `json:"data"`
} `json:"questionList"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.