(method, path, header, body string, failOnHTTPError bool)
| 19 | |
| 20 | type CurlRepository interface { |
| 21 | Request(method, path, header, body string, failOnHTTPError bool) (resHeaders string, resBody string, apiErr error) |
| 22 | } |
| 23 | |
| 24 | type CloudControllerCurlRepository struct { |
no outgoing calls
no test coverage detected