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

Struct stream

jetstream/stream.go:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 stream struct {
171 name string
172 info *StreamInfo
173 js *jetStream
174 }
175
176 // StreamInfoOpt is a function setting options for [Stream.Info]
177 StreamInfoOpt func(*streamInfoRequest) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected