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

Method UpdateStream

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

UpdateStream updates a stream.

(cfg *StreamConfig, opts ...JSOpt)

Source from the content-addressed store, hash-verified

30
31 // UpdateStream updates a stream.
32 UpdateStream(cfg *StreamConfig, opts ...JSOpt) (*StreamInfo, error)
33
34 // DeleteStream deletes a stream.
35 DeleteStream(name string, opts ...JSOpt) error

Callers 6

SealMethod · 0.65
ExampleJetStreamManagerFunction · 0.65
TestJetStreamManagementFunction · 0.65
TestKeyValueNonDirectGetFunction · 0.65

Implementers 1

jsjs.go

Calls

no outgoing calls

Tested by 5

ExampleJetStreamManagerFunction · 0.52
TestJetStreamManagementFunction · 0.52
TestKeyValueNonDirectGetFunction · 0.52