MCPcopy Create free account
hub / github.com/docker/secrets-engine / asyncTracker

Struct asyncTracker

x/telemetry/tracker.go:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type asyncTracker struct {
40 tracker Tracker
41}
42
43func (a asyncTracker) Notify(err error, rawData ...interface{}) {
44 go a.tracker.Notify(err, rawData...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected