main.go 321 B

1234567
  1. // Command deliverd consumes deliveries.<channel>.<company_id> subjects
  2. // and pushes the alert to the appropriate third-party sink
  3. // (FCM, Telegram, SMS, email, Slack, Teams, webhook).
  4. //
  5. // M0: per-channel worker binary that connects to NATS, /health, /metrics.
  6. // Real delivery lands in M1+ per channel.
  7. package main