(destPath string, files ...*FileEntry)
| 43 | type Container interface { |
| 44 | Create(capAdd []string, capDrop []string) common.Executor |
| 45 | Copy(destPath string, files ...*FileEntry) common.Executor |
| 46 | CopyTarStream(ctx context.Context, destPath string, tarStream io.Reader) error |
| 47 | CopyDir(destPath string, srcPath string, useGitIgnore bool) common.Executor |
| 48 | GetContainerArchive(ctx context.Context, srcPath string) (io.ReadCloser, error) |
no outgoing calls