mirror of https://github.com/status-im/consul.git
stream: Remove unused method
This commit is contained in:
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…
Reference in New Issue