(query *plugin.Query)
| 355 | } |
| 356 | |
| 357 | func putOutColumns(query *plugin.Query) bool { |
| 358 | _, found := cmdReturnsData[query.Cmd] |
| 359 | return found |
| 360 | } |
| 361 | |
| 362 | // It's possible that this method will generate duplicate JSON tag values |
| 363 | // |
no outgoing calls