DeleteStream removes a stream with given name. If stream does not exist, ErrStreamNotFound is returned.
(ctx context.Context, stream string)
| 155 | // DeleteStream removes a stream with given name. If stream does not |
| 156 | // exist, ErrStreamNotFound is returned. |
| 157 | DeleteStream(ctx context.Context, stream string) error |
| 158 | |
| 159 | // ListStreams returns StreamInfoLister, enabling iteration over a |
| 160 | // channel of stream infos. |
no outgoing calls