Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyType2 ¶
type MyType2 struct {
XMLName xml.Name `xml:"myType2"`
LengthAttr int `xml:"length,attr,omitempty"`
Value string `xml:",chardata"`
}
MyType2 ...
type MyType3 ¶
type MyType3 struct {
XMLName xml.Name `xml:"myType3"`
LengthAttr int `xml:"length,attr,omitempty"`
Value string `xml:",chardata"`
}
MyType3 ...
type MyType4 ¶
type MyType4 struct {
XMLName xml.Name `xml:"myType4"`
Title string `xml:"title"`
Blob string `xml:"blob"`
Timestamp string `xml:"timestamp"`
}
MyType4 ...
type MyType6 ¶
type MyType6 struct {
CodeAttr string `xml:"code,attr,omitempty"`
IdentifierAttr int `xml:"identifier,attr,omitempty"`
}
MyType6 ...
Click to show internal directories.
Click to hide internal directories.