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

Method Updates

jetstream/object.go:251–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 // channel until Stop is called or connection is closed.
250 ObjectWatcher interface {
251 Updates() <-chan *ObjectInfo
252 Stop() error
253 }
254

Callers 1

ListMethod · 0.65

Implementers 4

watcherkv.go
objWatcherobject.go
watcherjetstream/kv.go
objWatcherjetstream/object.go

Calls

no outgoing calls

Tested by

no test coverage detected