| 5 | ) |
| 6 | |
| 7 | type userBlockView struct { |
| 8 | Identifier string |
| 9 | IP string |
| 10 | raw interface{} |
| 11 | } |
| 12 | |
| 13 | func (v *userBlockView) AsTableHeader() []string { |
| 14 | return []string{"Identifier", "IP"} |
nothing calls this directly
no outgoing calls
no test coverage detected