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

Method Run

watcher/watcher.go:20–20  ·  view source on GitHub ↗
(chan bool)

Source from the content-addressed store, hash-verified

18// Interface Watcher interface
19type Interface interface {
20 Run(chan bool)
21 GetStatus() string
22 GetErrors() string
23}

Callers 2

NewPrinterFunction · 0.65
runCommandsMethod · 0.65

Implementers 2

WatcherMockprinter/printer_test.go
Watcherwatcher/watcher.go

Calls

no outgoing calls

Tested by

no test coverage detected