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