MCPcopy
hub / github.com/micro/go-micro / noopWatcher

Struct noopWatcher

config/source/noop.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type noopWatcher struct {
8 exit chan struct{}
9}
10
11func (w *noopWatcher) Next() (*ChangeSet, error) {
12 <-w.exit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected