stream: Remove unused method

This commit is contained in:
Daniel Nephin 2020-11-05 16:49:59 -05:00
parent ef90db1943
commit 79b5ca1ce6
1 changed files with 0 additions and 4 deletions

View File

@ -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.