Load accepts an artifact source URL and places it at specified path
(ctx context.Context, inputArtifact *v1alpha1.Artifact, path string)
| 12 | type ArtifactDriver interface { |
| 13 | // Load accepts an artifact source URL and places it at specified path |
| 14 | Load(ctx context.Context, inputArtifact *v1alpha1.Artifact, path string) error |
| 15 | |
| 16 | // OpenStream opens an artifact for reading. If the artifact is a file, |
| 17 | // then the file should be opened. If the artifact is a directory, the |
no outgoing calls