DeleteStream deletes a stream.
(name string, opts ...JSOpt)
| 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) |
no outgoing calls