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

Struct memWatcher

registry/memory_watcher.go:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type memWatcher struct {
8 wo WatchOptions
9 res chan *Result
10 exit chan bool
11 id string
12}
13
14func (m *memWatcher) Next() (*Result, error) {
15 for {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected