MCPcopy
hub / github.com/nats-io/nats.go / objWatcher

Struct objWatcher

object.go:1043–1046  ·  view source on GitHub ↗

Implementation for Watch

Source from the content-addressed store, hash-verified

1041
1042// Implementation for Watch
1043type objWatcher struct {
1044 updates chan *ObjectInfo
1045 sub *Subscription
1046}
1047
1048// Updates returns the interior channel.
1049func (w *objWatcher) Updates() <-chan *ObjectInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected