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

Struct initLogger

util/logging/init.go:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type initLogger struct {
54 storage *storage
55 fields Fields
56}
57
58// Implementing this would be an anti-pattern
59func (i initLogger) NewBackgroundContext() context.Context {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected