package
Version:
v0.0.0-...-e3c39ba
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Feature struct {
XMLName xml.Name `xml:"feature"`
Name string `xml:"name,attr"`
Value string `xml:",chardata"`
}
type XMLGoods struct {
XMLName xml.Name `xml:"goods"`
Brand string `xml:"brand"`
Model string `xml:"model"`
Price string `xml:"price"`
Stock int `xml:"stock"`
Category string `xml:"category"`
Tags []string `xml:"tags>tag"`
Features []Feature `xml:"features>feature"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.