Client is a client that can be used to talk to a Cloud Controller's V2 Endpoints.
| 13 | // Client is a client that can be used to talk to a Cloud Controller's V2 |
| 14 | // Endpoints. |
| 15 | type Client struct { |
| 16 | connection Connection |
| 17 | router *rata.RequestGenerator |
| 18 | userAgent string |
| 19 | } |
| 20 | |
| 21 | // Config allows the Client to be configured |
| 22 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected