| 15 | ) |
| 16 | |
| 17 | type hostHTTPClient struct { |
| 18 | host *Host |
| 19 | auth *coreauth.Auth |
| 20 | provider string |
| 21 | } |
| 22 | |
| 23 | func (h *Host) newHTTPClient(auth *coreauth.Auth, providers ...string) pluginapi.HostHTTPClient { |
| 24 | provider := "" |
nothing calls this directly
no outgoing calls
no test coverage detected