MCPcopy
hub / github.com/docker/compose / testWatcher

Struct testWatcher

pkg/compose/watch_test.go:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39)
40
41type testWatcher struct {
42 events chan watch.FileEvent
43 errors chan error
44}
45
46func (t testWatcher) Start() error {
47 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected