Versions in this module Expand all Collapse all v1 v1.2.0 Mar 17, 2023 Changes in this version + var WordList []WordInfo + type Answer struct + Detail struct{ ... } + Found bool + Index []int + func FindAnswer(topicID int, vocabTaskInfo VocabTaskStruct, rawJSON string) (ans Answer) + type VocabRawJSONStruct struct + Code int + Cv string + Data string + Jv string + Msg string + type VocabTaskStruct struct + AnswerNum int + AnswerState int + ChanceNum int + EnableI int + EnableII int + EnableIO int + Options []struct{ ... } + PhEn string + PhUs string + SoundMark string + Stem struct{ ... } + TaskID int + TaskType int + Tips string + TopicCode string + TopicDoneNum int + TopicMode int + TopicTotal int + WLen int + WLens []interface{} + WTip string + WordType int + type WordInfo struct + Content []WordInfoContent + Word string + type WordInfoContent struct + ExampleEnglish []string + Meaning string + Usage []string + type WordInfoJSON struct + AuAddr string + AuWord string + CourseID string + HasAu int + ListID string + Means []struct{ ... } + Options []struct{ ... } + PhEn string + PhUs string + UpdateVersion string + Version string + Word string + WordInfo struct{ ... }