MCPcopy
hub / github.com/gin-gonic/gin / XML

Struct XML

render/xml.go:13–15  ·  render/xml.go::XML

XML contains the given interface object.

Source from the content-addressed store, hash-verified

11
12// XML contains the given interface object.
13type XML struct {
14 Data any
15}
16
17var xmlContentType = []string{"application/xml; charset=utf-8"}
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected