Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // путь до файла с логами Output string `yaml:"logOutput"` // contains filtered or unexported fields }
type Service ¶
сервис ищущий сообщения в логе об отправке письма
func (*Service) OnFinish ¶
func (s *Service) OnFinish(event *common.ApplicationEvent)
завершает работу сервиса
func (*Service) OnGrep ¶
func (s *Service) OnGrep(event *common.ApplicationEvent)
ищет логи об отправке письма
func (*Service) OnInit ¶
func (s *Service) OnInit(event *common.ApplicationEvent)
инициализирует сервис
Click to show internal directories.
Click to hide internal directories.