StreamInfo retrieves information from a stream.
(stream string, opts ...JSOpt)
| 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 |
no outgoing calls