MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewCloudControllerClientRepository

Function NewCloudControllerClientRepository

cf/api/clients.go:25–29  ·  view source on GitHub ↗
(config coreconfig.Reader, uaaGateway net.Gateway)

Source from the content-addressed store, hash-verified

23}
24
25func NewCloudControllerClientRepository(config coreconfig.Reader, uaaGateway net.Gateway) (repo CloudControllerClientRepository) {
26 repo.config = config
27 repo.uaaGateway = uaaGateway
28 return
29}
30
31func (repo CloudControllerClientRepository) ClientExists(clientID string) (exists bool, apiErr error) {
32 exists = false

Callers 2

clients_test.goFile · 0.92
NewRepositoryLocatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected