Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yusing/godoxy
/ Watcher
Interface
Watcher
internal/watcher/watcher.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
type
Event = watcherEvents.Event
10
11
type
Watcher
interface
{
12
Events(ctx context.Context) (<-
chan
Event, <-
chan
error)
13
}
Callers
4
EventsWithOptions
Method · 0.65
Start
Method · 0.65
watchDir
Function · 0.65
WatchChanges
Function · 0.65
Implementers
4
DockerWatcher
internal/watcher/docker_watcher.go
fileWatcher
internal/watcher/file_watcher.go
DirWatcher
internal/watcher/directory_watcher.go
noopWatcher
internal/route/provider/static.go
Calls
no outgoing calls
Tested by
no test coverage detected