Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ eventCollectorSink
Struct
eventCollectorSink
connection/observer_test.go:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
type
eventCollectorSink
struct
{
90
observedEvents []Event
91
mu sync.Mutex
92
}
93
94
func
(s *eventCollectorSink) OnTunnelEvent(event Event) {
95
s.mu.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected