Files
distributor/docs/internal/notify.md

14 lines
458 B
Markdown

# Notify
## Purpose
`internal/notify` defines the internal notification interface used by the application runner.
## Current behavior
The implemented notifier is a no-op. It is invoked only after a successful publish or replacement. Dry-run, skipped destinations, and failed destinations do not invoke it.
## Boundaries
No external notification adapters are implemented. Notification configuration is not part of the current user-facing config schema.