# Functions
NewPollingProcessor creates the internal implementation of the polling data source.
NewStreamProcessor creates the internal implementation of the streaming data source.
# Structs
PollingProcessor is the internal implementation of the polling data source.
StreamProcessor is the internal implementation of the streaming data source.
# Interfaces
PollingRequester allows PollingProcessor to delegate fetching data to another component.