lib/api, lib/model: Fixes around event request tracking (#6774)

This commit is contained in:
Simon Frei
2020-06-25 21:48:48 +02:00
committed by GitHub
parent 80ada1bb6c
commit 4f06708330
4 changed files with 22 additions and 3 deletions
+2
View File
@@ -17,3 +17,5 @@ type mockedEventSub struct{}
func (s *mockedEventSub) Since(id int, into []events.Event, timeout time.Duration) []events.Event {
select {}
}
func (s *mockedEventSub) Mask() events.EventType { return 0 }