MCPcopy Index your code
hub / github.com/cloudfoundry/cli / organizationAPIRequirement

Struct organizationAPIRequirement

cf/requirements/organization.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type organizationAPIRequirement struct {
17 name string
18 orgRepo organizations.OrganizationRepository
19 org models.Organization
20}
21
22func NewOrganizationRequirement(name string, sR organizations.OrganizationRepository) *organizationAPIRequirement {
23 req := &organizationAPIRequirement{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected