package
0.0.0-20210810094846-f2b64ca6c61d
Repository: https://github.com/techminerapps/portier.git
Documentation: pkg.go.dev

# Functions

NewBroadcaster generates new Broadcaster instance from config.
NewPoller creates a Poller according to the Config.

# Structs

BroadCastConfig is used to config a broadcaster.
PollerConfig is the configuration needed to create a Poller.

# Interfaces

BroadCaster receive item from channel and broadcast it to any user subscribe to it.
Poller get feed item from source and send it into feedChannel if it is new.