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

Method DeleteStream

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

DeleteStream deletes a stream.

(name string, opts ...JSOpt)

Source from the content-addressed store, hash-verified

33
34 // DeleteStream deletes a stream.
35 DeleteStream(name string, opts ...JSOpt) error
36
37 // StreamInfo retrieves information from a stream.
38 StreamInfo(stream string, opts ...JSOpt) (*StreamInfo, error)

Implementers 1

jsjs.go

Calls

no outgoing calls