github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.XMLNode.Attr (field)
11 uses
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil (current package)
build.go#L130: child.Attr = append(child.Attr, ns)
build.go#L310: current.Attr = append(current.Attr, attr)
xml_to_struct.go#L15: Attr []xml.Attr `json:",omitempty"`
xml_to_struct.go#L26: Attr: []xml.Attr{},
xml_to_struct.go#L61: out.Attr = el.Attr
xml_to_struct.go#L96: for _, a := range n.Attr {
xml_to_struct.go#L107: for _, a := range node.Attr {
xml_to_struct.go#L123: attrs := node.Attr
xml_to_struct.go#L126: for _, k := range node.Attr {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |