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

Method BindApplication

cf/commands/service/bind_service.go:147–149  ·  view source on GitHub ↗
(app models.Application, serviceInstance models.ServiceInstance, paramsMap map[string]interface{})

Source from the content-addressed store, hash-verified

145}
146
147func (cmd *BindService) BindApplication(app models.Application, serviceInstance models.ServiceInstance, paramsMap map[string]interface{}) error {
148 return cmd.serviceBindingRepo.Create(serviceInstance.GUID, app.GUID, paramsMap)
149}

Callers 1

ExecuteMethod · 0.95

Calls 1

CreateMethod · 0.65

Tested by

no test coverage detected