Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsumeTicker ¶
func ConsumeTicker(cancel chan struct{})
func SimulateTicker ¶
func SimulateTicker(cancel chan struct{})
Types ¶
type Configuration ¶
type Configuration struct {
// contains filtered or unexported fields
}
var Config Configuration
func (*Configuration) ConsumerExists ¶
func (c *Configuration) ConsumerExists(name string) bool
func (*Configuration) RegisterConsumer ¶
func (c *Configuration) RegisterConsumer(name string, ch chan feeds.Item)
func (*Configuration) SetTickerChannel ¶
func (c *Configuration) SetTickerChannel(ch chan feeds.Item)
func (*Configuration) UnregisterConsumer ¶
func (c *Configuration) UnregisterConsumer(name string)
Click to show internal directories.
Click to hide internal directories.