StreamsInfo can be used to retrieve a list of StreamInfo objects. Deprecated: Use Streams() instead.
(opts ...JSOpt)
| 43 | // StreamsInfo can be used to retrieve a list of StreamInfo objects. |
| 44 | // Deprecated: Use Streams() instead. |
| 45 | StreamsInfo(opts ...JSOpt) <-chan *StreamInfo |
| 46 | |
| 47 | // Streams can be used to retrieve a list of StreamInfo objects. |
| 48 | Streams(opts ...JSOpt) <-chan *StreamInfo |
no outgoing calls