mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-15 20:25:02 +01:00
add amqp_messaging
This commit is contained in:
parent
45196c722c
commit
3b656b911a
8 changed files with 51 additions and 12 deletions
3
amqp_messaging/src/lib.rs
Normal file
3
amqp_messaging/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#![warn(rust_2018_idioms)]
|
||||
|
||||
mod method;
|
||||
3
amqp_messaging/src/method.rs
Normal file
3
amqp_messaging/src/method.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
use amqp_core::ChannelHandle;
|
||||
|
||||
pub async fn handle_method(channel_handle: ChannelHandle) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue