OutputIderCollection outputs a list of IDs
| 10 | OutputIder string |
| 11 | // OutputIderCollection outputs a list of IDs |
| 12 | OutputIderCollection struct { |
| 13 | Items []OutputIder |
| 14 | } |
| 15 | ) |
| 16 | |
| 17 | func (OutputIder) Header() []string { |
nothing calls this directly
no outgoing calls
no test coverage detected