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

Struct ApplicationFiles

cf/appfiles/app_files.go:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type ApplicationFiles struct{}
29
30func (appfiles ApplicationFiles) AppFilesInDir(dir string) ([]models.AppFileFields, error) {
31 appFiles := []models.AppFileFields{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected