| 175 | } |
| 176 | |
| 177 | type detector struct { |
| 178 | host string |
| 179 | httpClient *http.Client |
| 180 | } |
| 181 | |
| 182 | func NewDetector(httpClient *http.Client, host string) Detector { |
| 183 | return &detector{ |
nothing calls this directly
no outgoing calls
no test coverage detected