| 151 | } |
| 152 | |
| 153 | type detector struct { |
| 154 | host string |
| 155 | httpClient *http.Client |
| 156 | } |
| 157 | |
| 158 | func NewDetector(httpClient *http.Client, host string) Detector { |
| 159 | return &detector{ |
nothing calls this directly
no outgoing calls
no test coverage detected