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

Function WithDeletedDetails

jetstream/jetstream_options.go:573–578  ·  view source on GitHub ↗

WithDeletedDetails can be used to display the information about messages deleted from a stream on a stream info request

(deletedDetails bool)

Source from the content-addressed store, hash-verified

571// WithDeletedDetails can be used to display the information about messages
572// deleted from a stream on a stream info request
573func WithDeletedDetails(deletedDetails bool) StreamInfoOpt {
574 return func(req *streamInfoRequest) error {
575 req.DeletedDetails = deletedDetails
576 return nil
577 }
578}
579
580// WithSubjectFilter can be used to display the information about messages
581// stored on given subjects.

Callers 1

TestStreamInfoFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestStreamInfoFunction · 0.74