# Functions

NewPoller returns a new Poller.

# Structs

Poller implements Fetcher and contains cache pointer, splitio, and required info to interact with aplitio api.
SplitData contains Splits and Segments which is supposed to be updated periodically.

# Interfaces

Fetcher is an interface contains GetSplitData, Start and Stop functions.