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

Method CachedInfo

jetstream/test/stream_test.go:162–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160
161type consInfoConstraint interface {
162 CachedInfo() *jetstream.ConsumerInfo
163 Info(context.Context) (*jetstream.ConsumerInfo, error)
164}
165

Callers 15

TestConsumerCachedInfoFunction · 0.95
TestJetStream_ConsumerFunction · 0.95
TestCreateConsumerFunction · 0.95
TestUpdateConsumerFunction · 0.95
TestConsumerFunction · 0.95
TestConsumerOverflowFunction · 0.65
TestConsumerPinnedFunction · 0.65
TestConsumerPrioritizedFunction · 0.65

Implementers 4

pullConsumerjetstream/pull.go
pushConsumerjetstream/push.go
streamjetstream/stream.go
orderedConsumerjetstream/ordered.go

Calls

no outgoing calls

Tested by 15

TestConsumerCachedInfoFunction · 0.76
TestJetStream_ConsumerFunction · 0.76
TestCreateConsumerFunction · 0.76
TestUpdateConsumerFunction · 0.76
TestConsumerFunction · 0.76
TestConsumerOverflowFunction · 0.52
TestConsumerPinnedFunction · 0.52
TestConsumerPrioritizedFunction · 0.52