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

Method UploadApp

cf/actors/push.go:25–25  ·  view source on GitHub ↗
(appGUID string, zipFile *os.File, presentFiles []resources.AppFileResource)

Source from the content-addressed store, hash-verified

23
24type PushActor interface {
25 UploadApp(appGUID string, zipFile *os.File, presentFiles []resources.AppFileResource) error
26 ProcessPath(dirOrZipFile string, f func(string) error) error
27 GatherFiles(localFiles []models.AppFileFields, appDir string, uploadDir string, useCache bool) ([]resources.AppFileResource, bool, error)
28 ValidateAppParams(apps []models.AppParams) []error

Callers 1

uploadAppMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected