Skip to content

Instantly share code, notes, and snippets.

@cuongld2
Created June 7, 2021 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuongld2/c20b1954416f22b6950d39d14f72811b to your computer and use it in GitHub Desktop.
Save cuongld2/c20b1954416f22b6950d39d14f72811b to your computer and use it in GitHub Desktop.
type SymbolSearchXml struct {
XMLName xml.Name `xml:"eSearchResult"`
Count int `xml:"Count"`
RetMax int `xml:"RetMax"`
RetStart int `xml:"RetStart"`
IdList []int `xml:"IdList>Id"`
TranslationSet string `xml:"TranslationSet"`
TranslationStack TranslationStackXml `xml:"TranslationStack"`
QueryTranslation string `xml:"QueryTranslation"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment