Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Events
Method
Events
pkg/watch/notify.go:46–46 ·
view source on GitHub ↗
A channel to read off incoming file changes
()
Source
from the content-addressed store, hash-verified
44
45
// A channel to read off incoming file changes
46
Events()
chan
FileEvent
47
48
// A channel to read off show-stopping errors
49
Errors()
chan
error
Callers
3
consumeEventsInBackground
Method · 0.65
fsyncWithRetryCount
Method · 0.65
closeWatcher
Method · 0.65
Implementers
3
naiveNotify
pkg/watch/watcher_naive.go
fseventNotify
pkg/watch/watcher_darwin.go
testWatcher
pkg/compose/watch_test.go
Calls
no outgoing calls
Tested by
3
consumeEventsInBackground
Method · 0.52
fsyncWithRetryCount
Method · 0.52
closeWatcher
Method · 0.52