Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStatuses ¶
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func GetManager ¶
func GetManager() *Manager
type XmlNode ¶
type XmlNode struct { XMLName xml.Name Attrs map[string]string `xml:"-"` Content []byte `xml:",innerxml"` Nodes []XmlNode `xml:",any"` }
func NodeParse ¶
parse unmarshalls the given XML data into a graph of nodes, and then returns a slice of all top-level nodes.
func (*XmlNode) UnmarshalXML ¶
Click to show internal directories.
Click to hide internal directories.