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

Struct pullConsumer

jetstream/pull.go:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 pullConsumer struct {
87 sync.Mutex
88 js *jetStream
89 stream string
90 durable bool
91 name string
92 info *ConsumerInfo
93 subs syncx.Map[string, *pullSubscription]
94 pinID string
95 }
96
97 pullRequest struct {
98 Expires time.Duration `json:"expires,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected