| 56 | } |
| 57 | |
| 58 | type httpKeyInternalAPI struct { |
| 59 | apiURL string |
| 60 | httpClient *http.Client |
| 61 | } |
| 62 | |
| 63 | func (h *httpKeyInternalAPI) SetUserAPI(i userapi.KeyserverUserAPI) { |
| 64 | // no-op: doesn't need it |
nothing calls this directly
no outgoing calls
no test coverage detected