MCPcopy
hub / github.com/argoproj/argo-workflows / ArtifactDriver

Struct ArtifactDriver

workflow/artifacts/http/http.go:17–21  ·  view source on GitHub ↗

ArtifactDriver is the artifact driver for artifactory and http URLs

Source from the content-addressed store, hash-verified

15
16// ArtifactDriver is the artifact driver for artifactory and http URLs
17type ArtifactDriver struct {
18 Username string
19 Password string
20 Client *http.Client
21}
22
23var _ common.ArtifactDriver = &ArtifactDriver{}
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected