(fields []string)
| 299 | } |
| 300 | |
| 301 | func (textMatch TextMatch) ExportData(fields []string) map[string]interface{} { |
| 302 | return cmdutil.StructExportData(textMatch, fields) |
| 303 | } |
| 304 | |
| 305 | func (commit Commit) ExportData(fields []string) map[string]interface{} { |
| 306 | v := reflect.ValueOf(commit) |
nothing calls this directly
no test coverage detected