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

Method ClientExists

cf/api/clients.go:17–17  ·  view source on GitHub ↗
(clientID string)

Source from the content-addressed store, hash-verified

15
16type ClientRepository interface {
17 ClientExists(clientID string) (exists bool, apiErr error)
18}
19
20type CloudControllerClientRepository struct {

Callers 2

ExecuteMethod · 0.65
clients_test.goFile · 0.65

Implementers 2

FakeClientRepositorycf/api/apifakes/fake_client_repository

Calls

no outgoing calls

Tested by

no test coverage detected