MCPcopy
hub / github.com/cloudfoundry/cli / DeleteServiceKey

Method DeleteServiceKey

cf/api/service_keys.go:22–22  ·  view source on GitHub ↗
(serviceKeyGUID string)

Source from the content-addressed store, hash-verified

20 ListServiceKeys(serviceKeyGUID string) ([]models.ServiceKey, error)
21 GetServiceKey(serviceKeyGUID string, keyName string) (models.ServiceKey, error)
22 DeleteServiceKey(serviceKeyGUID string) error
23}
24
25type CloudControllerServiceKeyRepository struct {

Callers 2

ExecuteMethod · 0.65

Implementers 3

OldFakeServiceKeyRepocf/api/apifakes/old_fake_service_key_r
FakeServiceKeyRepositorycf/api/apifakes/fake_service_key_repos

Calls

no outgoing calls

Tested by

no test coverage detected