(sourceDir string)
| 12 | type 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) |
no outgoing calls
no test coverage detected