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

Struct watcher

config/source/memory/watcher.go:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type watcher struct {
8 Updates chan *source.ChangeSet
9 Source *memory
10 Id string
11}
12
13func (w *watcher) Next() (*source.ChangeSet, error) {
14 cs := <-w.Updates

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected