Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
mockNotifier
struct
{
15
eventPath string
16
}
17
18
func
(n *mockNotifier) WatcherItemDidChange(path string) {
19
n.eventPath = path
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected