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

Struct logWatcher

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

Source from the content-addressed store, hash-verified

23}
24
25type logWatcher struct {
26 db storage.IStorage
27 dockerManager xdocker.IManager
28 isRun bool
29 log zerolog.Logger
30 cfg *configuration.Config
31
32 ctx context.Context
33 done context.CancelFunc
34 wg sync.WaitGroup
35}
36
37func NewLogWatcher(db storage.IStorage, dockerManager xdocker.IManager, cfg *configuration.Config) LogWatcher {
38 return &logWatcher{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected