Versions in this module Expand all Collapse all v0 v0.3.1 Dec 9, 2023 v0.3.0 Dec 9, 2023 Changes in this version + func Execute() + func StartWorkerService(data *ServiceData) error + type EmailMaker interface + Make func(data *aInform.Data) (*email.Email, error) + type EmailRetriever interface + Get func(ID string) (string, error) + type Locker interface + Lock func(id string, lockKey string) error + UnLock func(id string, lockKey string, value *int) error + type Sender interface + Send func(email *email.Email) error + type ServiceData struct