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"` MessageAttributes Text *string `xml:",chardata"` Children []interface{} }
type MessageAttributes ¶
type Redirect ¶
type Redirect struct { XMLName xml.Name `xml:"Redirect"` RedirectAttributes Text string `xml:",chardata"` }
type RedirectAttributes ¶
type RedirectAttributes struct {
Method *string `xml:"method,attr,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.