MCPcopy Create free account
hub / github.com/cloudfoundry/cli / GetServiceKeyRepository

Method GetServiceKeyRepository

cf/api/repository_locator.go:301–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299}
300
301func (locator RepositoryLocator) GetServiceKeyRepository() ServiceKeyRepository {
302 return locator.serviceKeyRepo
303}
304
305func (locator RepositoryLocator) SetRouteServiceBindingRepository(repo RouteServiceBindingRepository) RepositoryLocator {
306 locator.routeServiceBindingRepo = repo

Callers 4

SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80
SetDependencyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected