Versions in this module Expand all Collapse all v4 v4.0.2 Mar 11, 2026 Changes in this version + func GetUser(url string) string + type ArtifactDriver struct + DisableSubmodules bool + InsecureIgnoreHostKey bool + InsecureSkipTLS bool + Password string + SSHPrivateKey string + Username string + func (g *ArtifactDriver) Delete(ctx context.Context, s *wfv1.Artifact) error + func (g *ArtifactDriver) IsDirectory(ctx context.Context, artifact *wfv1.Artifact) (bool, error) + func (g *ArtifactDriver) ListObjects(ctx context.Context, artifact *wfv1.Artifact) ([]string, error) + func (g *ArtifactDriver) Load(ctx context.Context, inputArtifact *wfv1.Artifact, path string) error + func (g *ArtifactDriver) OpenStream(ctx context.Context, a *wfv1.Artifact) (io.ReadCloser, error) + func (g *ArtifactDriver) Save(ctx context.Context, path string, artifact *wfv1.Artifact) error Other modules containing this package github.com/argoproj/argo-workflows github.com/argoproj/argo-workflows/v3