| 14 | } |
| 15 | |
| 16 | type organizationAPIRequirement struct { |
| 17 | name string |
| 18 | orgRepo organizations.OrganizationRepository |
| 19 | org models.Organization |
| 20 | } |
| 21 | |
| 22 | func NewOrganizationRequirement(name string, sR organizations.OrganizationRepository) *organizationAPIRequirement { |
| 23 | req := &organizationAPIRequirement{} |
nothing calls this directly
no outgoing calls
no test coverage detected