Add stream interface back to `Cmdable` (#2725)

Without it we can't call stream functions from `Cmdable` and alikes.

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
Gabriel 2023-09-27 09:50:47 +02:00 committed by GitHub
parent 275af73971
commit c6fe509f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ type Cmdable interface {
GearsCmdable
ProbabilisticCmdable
TimeseriesCmdable
StreamCmdable
}
type StatefulCmdable interface {