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

Function NewDomainRequirement

cf/requirements/domain.go:23–29  ·  view source on GitHub ↗
(name string, config coreconfig.Reader, domainRepo api.DomainRepository)

Source from the content-addressed store, hash-verified

21}
22
23func NewDomainRequirement(name string, config coreconfig.Reader, domainRepo api.DomainRepository) (req *domainAPIRequirement) {
24 req = new(domainAPIRequirement)
25 req.name = name
26 req.config = config
27 req.domainRepo = domainRepo
28 return
29}
30
31func (req *domainAPIRequirement) Execute() error {
32 var apiErr error

Callers 2

NewDomainRequirementMethod · 0.85
domain_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected