Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
Worker is a simple background worker for async tasks.
func New ¶
func New( cfg *conf.GlobalConfiguration, tc *templatemailer.Cache, db *storage.Connection, le *logrus.Entry, ) *Worker
New will return a new *Worker instance.
func (*Worker) ReloadConfig ¶
func (o *Worker) ReloadConfig(cfg *conf.GlobalConfiguration)
ReloadConfig notifies the worker a new configuration is available.
Click to show internal directories.
Click to hide internal directories.