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

Method StreamInfo

jsm.go:38–38  ·  view source on GitHub ↗

StreamInfo retrieves information from a stream.

(stream string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

36
37 // StreamInfo retrieves information from a stream.
38 StreamInfo(stream string, opts ...JSOpt) (*StreamInfo, error)
39
40 // PurgeStream purges a stream messages.
41 PurgeStream(name string, opts ...JSOpt) error

Callers 15

StatusMethod · 0.65
SealMethod · 0.65
StatusMethod · 0.65
TestJetStreamPublishFunction · 0.65
TestJetStreamSubscribeFunction · 0.65
TestJetStreamManagementFunction · 0.65
TestPurgeStreamFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls