| 34 | var _ View = &LogView{} |
| 35 | |
| 36 | type LogView struct { |
| 37 | silent bool |
| 38 | *management.Log |
| 39 | raw interface{} |
| 40 | } |
| 41 | |
| 42 | func (v *LogView) AsTableHeader() []string { |
| 43 | return []string{"Type", "Description", "Date", "Connection", "Client"} |
nothing calls this directly
no outgoing calls
no test coverage detected