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

Struct domainAPIRequirement

cf/requirements/domain.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type domainAPIRequirement struct {
17 name string
18 config coreconfig.Reader
19 domainRepo api.DomainRepository
20 domain models.DomainFields
21}
22
23func NewDomainRequirement(name string, config coreconfig.Reader, domainRepo api.DomainRepository) (req *domainAPIRequirement) {
24 req = new(domainAPIRequirement)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected