(timeout int)
| 42 | type Starter interface { |
| 43 | commandregistry.Command |
| 44 | SetStartTimeoutInSeconds(timeout int) |
| 45 | ApplicationStart(app models.Application, orgName string, spaceName string) (updatedApp models.Application, err error) |
| 46 | } |
| 47 |
no outgoing calls
no test coverage detected