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