| 15 | } |
| 16 | |
| 17 | type deaApplicationRequirement struct { |
| 18 | appName string |
| 19 | ui terminal.UI |
| 20 | appRepo applications.Repository |
| 21 | |
| 22 | application models.Application |
| 23 | } |
| 24 | |
| 25 | func NewDEAApplicationRequirement(name string, applicationRepo applications.Repository) DEAApplicationRequirement { |
| 26 | return &deaApplicationRequirement{ |
nothing calls this directly
no outgoing calls
no test coverage detected