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

Method ListAllForService

cf/api/service_bindings.go:19–19  ·  view source on GitHub ↗
(instanceGUID string)

Source from the content-addressed store, hash-verified

17 Create(instanceGUID string, appGUID string, paramsMap map[string]interface{}) error
18 Delete(instance models.ServiceInstance, appGUID string) (bool, error)
19 ListAllForService(instanceGUID string) ([]models.ServiceBindingFields, error)
20}
21
22type CloudControllerServiceBindingRepository struct {

Callers 1

Implementers 2

CloudControllerServiceBindingRepositorycf/api/service_bindings.go
FakeServiceBindingRepositorycf/api/apifakes/fake_service_binding_r

Calls

no outgoing calls

Tested by

no test coverage detected