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

Method GetServiceKey

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

Source from the content-addressed store, hash-verified

19 CreateServiceKey(serviceKeyGUID string, keyName string, params map[string]interface{}) error
20 ListServiceKeys(serviceKeyGUID string) ([]models.ServiceKey, error)
21 GetServiceKey(serviceKeyGUID string, keyName string) (models.ServiceKey, error)
22 DeleteServiceKey(serviceKeyGUID string) error
23}
24

Callers 3

ExecuteMethod · 0.65
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