a big bundle of conversions and other changes.
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func (pool *SimplePool) PaginatorWithInterval(
|
||||
func (pool *Pool) PaginatorWithInterval(
|
||||
interval time.Duration,
|
||||
) func(ctx context.Context, urls []string, filter Filter, opts ...SubscriptionOption) chan RelayEvent {
|
||||
return func(ctx context.Context, urls []string, filter Filter, opts ...SubscriptionOption) chan RelayEvent {
|
||||
|
||||
Reference in New Issue
Block a user