Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactDriver ¶
type ArtifactDriver interface { // Load accepts an artifact source URL and places it at specified path Load(inputArtifact *wfv1.Artifact, path string) error // Save uploads the path to artifact destination Save(path string, outputArtifact *wfv1.Artifact) error }
ArtifactDriver is the interface for loading and saving of artifacts
Click to show internal directories.
Click to hide internal directories.