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

Struct pushConsumer

jetstream/push.go:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14type (
15 pushConsumer struct {
16 sync.Mutex
17 js *jetStream
18 stream string
19 name string
20 info *ConsumerInfo
21 started atomic.Bool
22 }
23
24 pushSubscription struct {
25 sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected