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

Method SetDomainRepository

cf/api/repository_locator.go:251–254  ·  view source on GitHub ↗
(repo DomainRepository)

Source from the content-addressed store, hash-verified

249}
250
251func (locator RepositoryLocator) SetDomainRepository(repo DomainRepository) RepositoryLocator {
252 locator.domainRepo = repo
253 return locator
254}
255
256func (locator RepositoryLocator) GetDomainRepository() DomainRepository {
257 return locator.domainRepo

Calls

no outgoing calls

Tested by

no test coverage detected