| 37 | } |
| 38 | |
| 39 | type Stager struct { |
| 40 | Actor stagingAndStartActor |
| 41 | UI command.UI |
| 42 | Config command.Config |
| 43 | LogCache sharedaction.LogCacheClient |
| 44 | } |
| 45 | |
| 46 | type stagingAndStartActor interface { |
| 47 | CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error) |
nothing calls this directly
no outgoing calls
no test coverage detected