Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2026 Changes in this version + type EmailNotifier struct + func (n *EmailNotifier) Send(ctx context.Context, task *models.Task) error + type NotifyInterface interface + Send func(ctx context.Context, task *models.Task) error + func GetNotifier(task *models.Task) (NotifyInterface, error)