Skip to content

Commit

Permalink
Revert "Abstract AMQP client, consumer, channel, amqp_connection (#747)…
Browse files Browse the repository at this point in the history
…" (#752)
  • Loading branch information
spuun authored Aug 14, 2024
1 parent 504f3ee commit bb08c7a
Show file tree
Hide file tree
Showing 16 changed files with 2,182 additions and 2,220 deletions.
4 changes: 1 addition & 3 deletions src/lavinmq/amqp.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require "amq-protocol"

module LavinMQ
module AMQP
include AMQ::Protocol
end
alias AMQP = AMQ::Protocol
end
Loading

0 comments on commit bb08c7a

Please sign in to comment.