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

Struct watcher

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected