package
6.22.2+incompatible
Repository: https://github.com/fidelityinternational/cli.git
Documentation: pkg.go.dev

# Packages

This file was generated by counterfeiter.

# Functions

FormatQueryParameters converts a Query object into a collection that cloudcontroller.Request can accept.
NewCloudControllerClient returns a new CloudControllerClient.

# Constants

No description provided by the author
No description provided by the author
ManagedService is a Service Instance that is managed by a service broker.
No description provided by the author
No description provided by the author
No description provided by the author
UserProvidedService is a Service Instance that is created by a user.

# Structs

APIInformation represents the information returned back from /v2/info.
Application represents a Cloud Controller Application.
CCErrorResponse represents a generic Cloud Controller V2 error response.
CloudControllerClient is a client that can be used to talk to a Cloud Controller's V2 Endpoints.
Domain represents a Cloud Controller Domain.
ForbiddenError is returned when the client is forbidden from executing the request.
InvalidAuthTokenError is returned when the client has an invalid authorization header.
PaginatedWrapper represents the standard pagination format of a request that returns back more than one object.
Query is a type of filter that can be passed to specific request to narrow down the return set.
ResourceNotFoundError is returned when the client requests a resource that does not exist or does not have permissions to see.
Route represents a Cloud Controller Route.
ServiceBinding represents a Cloud Controller Service Binding.
ServiceInstance represents a Cloud Controller Service Instance.
UnauthorizedError is returned when the client does not have the correct permissions to execute the request.
UnexpectedResponseError is returned when the client gets an error that has not been accounted for.

# Interfaces

ConnectionWrapper can wrap a given connection allowing the wrapper to modify all requests going in and out of the given connection.

# Type aliases

QueryFilter is the type of filter a Query uses.
QueryOperator is the type of operation a Query uses.
ServiceInstanceType is the type of the Service Instance.
Warnings are a collection of warnings that the Cloud Controller can return back from an API request.