Versions in this module Expand all Collapse all v0 v0.1.1 Apr 24, 2026 Changes in this version + type Task struct + Log *logrus.Entry + func (t *Task) Stop() + type TaskFunc func(ctx context.Context) + type TaskManager struct + Log *logrus.Entry + Tr *i18n.TranslationSet + func NewTaskManager(log *logrus.Entry, translationSet *i18n.TranslationSet) *TaskManager + func (t *TaskManager) Close() + func (t *TaskManager) NewTask(f func(ctx context.Context)) error + func (t *TaskManager) NewTickerTask(duration time.Duration, before func(ctx context.Context), ...) error