MCPcopy Create free account
hub / github.com/Enapiuz/multiwatch / Interface

Interface Interface

watcher/watcher.go:19–23  ·  view source on GitHub ↗

Interface Watcher interface

Source from the content-addressed store, hash-verified

17
18// Interface Watcher interface
19type Interface interface {
20 Run(chan bool)
21 GetStatus() string
22 GetErrors() string
23}
24
25// Watcher watch for directory changes and run commands
26type Watcher struct {

Callers 4

NewPrinterFunction · 0.65
runCommandsMethod · 0.65
printWatchersMethod · 0.65
printWatchersMethod · 0.65

Implementers 2

WatcherMockprinter/printer_test.go
Watcherwatcher/watcher.go

Calls

no outgoing calls

Tested by

no test coverage detected