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