Expand description
Slack notification service for security notifications
Supports multiple Slack integration methods:
- Incoming Webhooks (simpler, just POST to webhook URL)
- Web API (chat.postMessage, requires bot token)
- Disabled (logs only, for development/testing)
Structs§
- Slack
Config - Slack configuration
- Slack
Message - Slack message
- Slack
Service - Slack service for sending notifications
Enums§
- Slack
Method - Slack integration method