| 191 | } |
| 192 | |
| 193 | type customDomainDefaultView struct { |
| 194 | Domain string |
| 195 | raw interface{} |
| 196 | } |
| 197 | |
| 198 | func (v *customDomainDefaultView) AsTableHeader() []string { |
| 199 | return []string{"Domain"} |
nothing calls this directly
no outgoing calls
no test coverage detected