Discover Packages
github.com/viant/endly
service
testing
runner
http
xml
package
Version:
v0.75.1
Opens a new window with list of versions in this module.
Published: May 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Map map[string ]interface{}
type MapEntry struct {
XMLName xml .Name
Value string `xml:",chardata"`
Attrs []xml .Attr `xml:",any,attr"`
Children []MapEntry `xml:",any"`
}
type Node struct {
Name string `json:",omitempty"`
Attrs map[string ]string `json:",omitempty"`
Value string `json:",omitempty"`
Children []*Node `json:",omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.