Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronJobBuilder ¶
type CronJobBuilder struct {
// contains filtered or unexported fields
}
func NewCronJobBuilder ¶
func NewCronJobBuilder(l logger.Logger, opts prometheus.SummaryOpts) *CronJobBuilder
func (*CronJobBuilder) Build ¶
func (c *CronJobBuilder) Build(job Job) cron.Job
type RankingJob ¶
type RankingJob struct {
// contains filtered or unexported fields
}
func NewRankingJob ¶
func NewRankingJob(rankingSvc service.RankingService) *RankingJob
func (*RankingJob) Name ¶
func (r *RankingJob) Name() string
func (*RankingJob) Run ¶
func (r *RankingJob) Run() error
Click to show internal directories.
Click to hide internal directories.