Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // хосты, на которую блокируется отправка писем Excludes []string `yaml:"exclude"` }
type Guardian ¶
type Guardian struct {
// contains filtered or unexported fields
}
защитник, блокирует отправку на указанные почтовые сервисы
type Service ¶
type Service struct { // количество горутин блокирующий отправку писем к почтовым сервисам GuardiansCount 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.