XML contains the given interface object.
| 11 | |
| 12 | // XML contains the given interface object. |
| 13 | type XML struct { |
| 14 | Data any |
| 15 | } |
| 16 | |
| 17 | var xmlContentType = []string{"application/xml; charset=utf-8"} |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected