Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
I have decided not to use any external package to schedule data with given time frame and built my own. Has gracefull ON / OFF functions with Start() / Stop() methods
func NewProducer ¶
func NewProducer(store store.ArticleStorer, url string, freq int) *Producer
Click to show internal directories.
Click to hide internal directories.