Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertEvent ¶
type AlertService ¶
type AlertService struct {
// contains filtered or unexported fields
}
func NewAlertService ¶
func NewAlertService(alertConfig *config.AlertConfig, db *pgxpool.Pool, alertChan chan AlertEvent, logger *zerolog.Logger) *AlertService
func (*AlertService) Start ¶
func (s *AlertService) Start()
func (*AlertService) WorkerClosingWait ¶
func (s *AlertService) WorkerClosingWait()
WorkerClosingWait waits for alert workers to complete
Click to show internal directories.
Click to hide internal directories.