UpdateStream updates a stream.
(cfg *StreamConfig, opts ...JSOpt)
| 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 |
no outgoing calls