Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/secrets-engine
/ Notify
Method
Notify
x/telemetry/tracker.go:43–45 ·
view source on GitHub ↗
(err error, rawData ...interface{})
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(a asyncTracker) Notify(err error, rawData ...
interface
{}) {
44
go
a.tracker.Notify(err, rawData...)
45
}
46
47
func
(a asyncTracker) TrackEvent(event any) {
48
go
a.tracker.TrackEvent(event)
Callers
nothing calls this directly
Calls
1
Notify
Method · 0.65
Tested by
no test coverage detected