NewJSONExporter returns an Exporter to emit JSON.
()
| 208 | |
| 209 | // NewJSONExporter returns an Exporter to emit JSON. |
| 210 | func NewJSONExporter() *jsonExporter { |
| 211 | return &jsonExporter{} |
| 212 | } |
| 213 | |
| 214 | func (e *jsonExporter) Fields() []string { |
| 215 | return e.fields |
no outgoing calls