Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
XMLName xml.Name `xml:"Message"`
Text *string `xml:",chardata"`
MessageAttributes
Children []interface{}
}
type MessageAttributes ¶
type Redirect ¶
type Redirect struct {
XMLName xml.Name `xml:"Redirect"`
Text string `xml:",chardata"`
RedirectAttributes
}
type RedirectAttributes ¶
type RedirectAttributes struct {
Method *string `xml:"method,attr,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.