Warnings are a collection of warnings that the Cloud Controller can return back from an API request.
| 83 | // Warnings are a collection of warnings that the Cloud Controller can return |
| 84 | // back from an API request. |
| 85 | type Warnings []string |
| 86 | |
| 87 | // Client can be used to talk to a Cloud Controller's V3 Endpoints. |
| 88 | type Client struct { |
no outgoing calls
no test coverage detected