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

Struct driver

workflow/artifacts/logging/driver.go:14–16  ·  view source on GitHub ↗

driver adds a logging interceptor to help diagnose issues with artifacts

Source from the content-addressed store, hash-verified

12
13// driver adds a logging interceptor to help diagnose issues with artifacts
14type driver struct {
15 common.ArtifactDriver
16}
17
18func New(d common.ArtifactDriver) common.ArtifactDriver {
19 return &driver{d}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected