Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSSService ¶
type RSSService interface {
DispatchNewFeeds() error
}
type RSSServiceImpl ¶
type RSSServiceImpl struct {
// contains filtered or unexported fields
}
func New ¶
func New(feedSourceRepo feedsources.Repository, broker amqp.MessageBroker) (*RSSServiceImpl, error)
func (*RSSServiceImpl) DispatchNewFeeds ¶
func (service *RSSServiceImpl) DispatchNewFeeds() error
Click to show internal directories.
Click to hide internal directories.