MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / mockNotifier

Struct mockNotifier

watcher/file_test.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type mockNotifier struct {
15 eventPath string
16}
17
18func (n *mockNotifier) WatcherItemDidChange(path string) {
19 n.eventPath = path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected