MCPcopy
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

9type Event = watcherEvents.Event
10
11type Watcher interface {
12 Events(ctx context.Context) (<-chan Event, <-chan error)
13}

Callers 4

EventsWithOptionsMethod · 0.65
StartMethod · 0.65
watchDirFunction · 0.65
WatchChangesFunction · 0.65

Implementers 4

DockerWatcherinternal/watcher/docker_watcher.go
fileWatcherinternal/watcher/file_watcher.go
DirWatcherinternal/watcher/directory_watcher.go
noopWatcherinternal/route/provider/static.go

Calls

no outgoing calls

Tested by

no test coverage detected