mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 12:45:04 +01:00
more
This commit is contained in:
parent
96f2d9f4f0
commit
6f6c0848ac
2 changed files with 67 additions and 41 deletions
11
haesli_messaging/src/methods/exchange.rs
Normal file
11
haesli_messaging/src/methods/exchange.rs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use haesli_core::{
|
||||
amqp_todo,
|
||||
connection::Channel,
|
||||
methods::{ExchangeDeclare, Method},
|
||||
};
|
||||
|
||||
use crate::Result;
|
||||
|
||||
pub fn declare(_channel: Channel, _exchange_declare: ExchangeDeclare) -> Result<Method> {
|
||||
amqp_todo!()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue