Add tests for noop event stream

This commit is contained in:
9seconds
2021-03-16 11:38:29 +03:00
parent f0063ba089
commit e009d05a90
8 changed files with 160 additions and 13 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ type IPBlocklist interface {
}
type Event interface {
ConnectionID() string
StreamID() string
}
type EventStream interface {