stream: Remove unused method

pull/9114/head
Daniel Nephin 4 years ago
parent ef90db1943
commit 79b5ca1ce6

@ -82,10 +82,6 @@ func (e PayloadEvents) FilterByKey(_, _ string) bool {
return true
}
func (e PayloadEvents) Events() []Event {
return e
}
// IsEndOfSnapshot returns true if this is a framing event that indicates the
// snapshot has completed. Subsequent events from Subscription.Next will be
// streamed as they occur.

Loading…
Cancel
Save