Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// количество отправителей
MailersCount int `yaml:"workers"`
Configs map[string]*Config `yaml:"postmans"`
}
сервис отправки писем
func (*Service) OnInit ¶
func (s *Service) OnInit(event *common.ApplicationEvent)
инициализирует сервис отправки писем
Click to show internal directories.
Click to hide internal directories.