# Functions

NewFetcher creates a new Fetcher.
NewMockTickProvider creates a new MockTickProvider.
NewTimedTickProvider creates a new TimedTickProvider.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
MockTickProvider is a mock implementation of the TickProvider interface.
TimedTickProvider wraps a time.Ticker to implement TickProvider.

# Interfaces

No description provided by the author
TickProvider defines an interface for a type that provides a channel that ticks at a regular interval.