| 372 | } |
| 373 | |
| 374 | type idCheckingHTTPClient struct { |
| 375 | httpClient |
| 376 | |
| 377 | id protocol.DeviceID |
| 378 | } |
| 379 | |
| 380 | func newIDCheckingHTTPClient(client httpClient, id protocol.DeviceID) *idCheckingHTTPClient { |
| 381 | return &idCheckingHTTPClient{ |
nothing calls this directly
no outgoing calls
no test coverage detected