Skip to content

Commit

Permalink
amqp: add deprecation notice
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <[email protected]>
  • Loading branch information
hdonnay committed Jan 10, 2025
1 parent 0b8e350 commit 1a9f876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notifier/amqp/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Package amqp implements a [Deliverer] over the AMQP protocol.
//
// Deprecated: This package will be removed in a future version. Users should
// write a webhook to AMQP transducer.
package amqp

0 comments on commit 1a9f876

Please sign in to comment.