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

Struct jetStreamMsg

jetstream/message.go:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 jetStreamMsg struct {
129 msg *nats.Msg
130 ackd bool
131 js *jetStream
132 sync.Mutex
133 }
134
135 ackOpts struct {
136 nakDelay time.Duration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected