(app models.Application, orgName string, spaceName string)
| 19 | type Stopper interface { |
| 20 | commandregistry.Command |
| 21 | ApplicationStop(app models.Application, orgName string, spaceName string) (updatedApp models.Application, err error) |
| 22 | } |
| 23 | |
| 24 | type Stop struct { |
no outgoing calls
no test coverage detected