Skip to content

Commit c6fe509

Browse files
Add stream interface back to Cmdable (#2725)
Without it we can't call stream functions from `Cmdable` and alikes. Co-authored-by: ofekshenawa <[email protected]>
1 parent 275af73 commit c6fe509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ type Cmdable interface {
224224
GearsCmdable
225225
ProbabilisticCmdable
226226
TimeseriesCmdable
227+
StreamCmdable
227228
}
228229

229230
type StatefulCmdable interface {

0 commit comments

Comments
 (0)