| 22 | } |
| 23 | |
| 24 | type Stop struct { |
| 25 | ui terminal.UI |
| 26 | config coreconfig.Reader |
| 27 | appRepo applications.Repository |
| 28 | appReq requirements.ApplicationRequirement |
| 29 | } |
| 30 | |
| 31 | func init() { |
| 32 | commandregistry.Register(&Stop{}) |
nothing calls this directly
no outgoing calls
no test coverage detected