| 14 | ) |
| 15 | |
| 16 | type TableWriter struct { |
| 17 | Report string |
| 18 | Output io.Writer |
| 19 | Severities []dbTypes.Severity |
| 20 | ColumnHeading []string |
| 21 | |
| 22 | TableMode []types.TableMode // For `--report all` only |
| 23 | } |
| 24 | |
| 25 | const ( |
| 26 | NamespaceColumn = "Namespace" |
nothing calls this directly
no outgoing calls
no test coverage detected