| 13 | } |
| 14 | |
| 15 | type applicationAPIRequirement struct { |
| 16 | name string |
| 17 | appRepo applications.Repository |
| 18 | application models.Application |
| 19 | } |
| 20 | |
| 21 | func NewApplicationRequirement(name string, aR applications.Repository) *applicationAPIRequirement { |
| 22 | req := &applicationAPIRequirement{} |
nothing calls this directly
no outgoing calls
no test coverage detected