| 201 | } |
| 202 | |
| 203 | type jsonExporter struct { |
| 204 | fields []string |
| 205 | filter string |
| 206 | template string |
| 207 | } |
| 208 | |
| 209 | // NewJSONExporter returns an Exporter to emit JSON. |
| 210 | func NewJSONExporter() *jsonExporter { |
nothing calls this directly
no outgoing calls
no test coverage detected