MCPcopy
hub / github.com/cloudfoundry/cli / Stager

Struct Stager

command/v7/shared/app_stager.go:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type Stager struct {
40 Actor stagingAndStartActor
41 UI command.UI
42 Config command.Config
43 LogCache sharedaction.LogCacheClient
44}
45
46type stagingAndStartActor interface {
47 CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected