| 17 | ) |
| 18 | |
| 19 | type HostAgentClient interface { |
| 20 | HTTPClient() *http.Client |
| 21 | Info(context.Context) (*api.Info, error) |
| 22 | } |
| 23 | |
| 24 | // NewHostAgentClient creates a client. |
| 25 | // socketPath is a path to the UNIX socket, without unix:// prefix. |
no outgoing calls
no test coverage detected