Documentation ¶
Index ¶
Constants ¶
View Source
const (
FeedParser = iota
)
Variables ¶
This section is empty.
Functions ¶
func NewParserFeedJob ¶
func NewParserFeedJob(logger *logger.Logger, articleRepository *storage.ArticleRepository, resourceRepository *storage.ResourceRepository, tracerProvider traces.ShutdownTracerProvider, manager *notifier.SubscriptionManager[*model.FeedArticle], ) quartz.Job
Types ¶
type DaemonConfig ¶
type DaemonConfig struct {
Cron string `envconfig:"CRON" default:"1/60 * * * * *"`
}
type ParserFeedJob ¶
type ParserFeedJob struct {
// contains filtered or unexported fields
}
func (*ParserFeedJob) Description ¶
func (p *ParserFeedJob) Description() string
func (*ParserFeedJob) Key ¶
func (p *ParserFeedJob) Key() int
Click to show internal directories.
Click to hide internal directories.