package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

NewDecoder returns a new decoder that reads from r.

# Structs

A Decoder reads and decodes XML from an input stream.
A SafeReader escapes UTF control characters in the io.Reader it wraps, so that it can be fed to Go's xml parser.