| 390 | } |
| 391 | |
| 392 | type exportableItem struct { |
| 393 | Name string |
| 394 | } |
| 395 | |
| 396 | func (e *exportableItem) ExportData(fields []string) map[string]interface{} { |
| 397 | m := map[string]interface{}{} |
nothing calls this directly
no outgoing calls
no test coverage detected