MCPcopy
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

fsyncWithRetryCountMethod · 0.65
closeWatcherMethod · 0.65

Implementers 3

naiveNotifypkg/watch/watcher_naive.go
fseventNotifypkg/watch/watcher_darwin.go
testWatcherpkg/compose/watch_test.go

Calls

no outgoing calls

Tested by 3

fsyncWithRetryCountMethod · 0.52
closeWatcherMethod · 0.52