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