UpdateSubAgentClient updates the `SubAgentClient` for the API.
(client SubAgentClient)
| 702 | |
| 703 | // UpdateSubAgentClient updates the `SubAgentClient` for the API. |
| 704 | func (api *API) UpdateSubAgentClient(client SubAgentClient) { |
| 705 | api.subAgentClient.Store(&client) |
| 706 | } |
| 707 | |
| 708 | // Routes returns the HTTP handler for container-related routes. |
| 709 | func (api *API) Routes() http.Handler { |
no test coverage detected