MCPcopy
hub / github.com/autobase-tech/autobase / LogWatcher

Interface LogWatcher

console/service/internal/watcher/log_watcher.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type LogWatcher interface {
21 Run()
22 Stop()
23}
24
25type logWatcher struct {
26 db storage.IStorage

Callers 3

mainFunction · 0.95
mainFunction · 0.95
loopMethod · 0.65

Implementers 2

logWatcherconsole/service/internal/watcher/log_w
clusterWatcherconsole/service/internal/watcher/clust

Calls

no outgoing calls

Tested by

no test coverage detected