MCPcopy
hub / github.com/TomWright/dasel / xmlReader

Struct xmlReader

parsing/xml/reader.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type xmlReader struct {
34 structured bool
35}
36
37// Read reads a value from a byte slice.
38func (j *xmlReader) Read(data []byte) (*model.Value, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected