ListStreams returns StreamInfoLister, enabling iteration over a channel of stream infos.
(context.Context, ...StreamListOpt)
| 159 | // ListStreams returns StreamInfoLister, enabling iteration over a |
| 160 | // channel of stream infos. |
| 161 | ListStreams(context.Context, ...StreamListOpt) StreamInfoLister |
| 162 | |
| 163 | // StreamNames returns a StreamNameLister, enabling iteration over a |
| 164 | // channel of stream names. |
no outgoing calls