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

Method CreateServiceKey

cf/api/service_keys.go:19–19  ·  view source on GitHub ↗
(serviceKeyGUID string, keyName string, params map[string]interface{})

Source from the content-addressed store, hash-verified

17
18type ServiceKeyRepository interface {
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

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