MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GatherDirectoryResources

Method GatherDirectoryResources

actor/v7pushaction/shared_actor.go:14–14  ·  view source on GitHub ↗
(sourceDir string)

Source from the content-addressed store, hash-verified

12type SharedActor interface {
13 GatherArchiveResources(archivePath string) ([]sharedaction.Resource, error)
14 GatherDirectoryResources(sourceDir string) ([]sharedaction.Resource, error)
15 ReadArchive(archivePath string) (io.ReadCloser, int64, error)
16 ZipArchiveResources(sourceArchivePath string, filesToInclude []sharedaction.Resource) (string, error)
17 ZipDirectoryResources(sourceDir string, filesToInclude []sharedaction.Resource) (string, error)

Calls

no outgoing calls

Tested by

no test coverage detected