mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 12:45:04 +01:00
more cleanup
This commit is contained in:
parent
439696cf3f
commit
14ad4e1011
11 changed files with 1199 additions and 1048 deletions
|
|
@ -1,17 +1,10 @@
|
|||
use amqp_core::connection::ChannelHandle;
|
||||
use amqp_core::error::ProtocolError;
|
||||
use amqp_core::methods::{Bit, ConsumerTag, NoAck, NoLocal, NoWait, QueueName, Table};
|
||||
use amqp_core::methods::BasicConsume;
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn consume(
|
||||
_channel_handle: ChannelHandle,
|
||||
_queue: QueueName,
|
||||
_consumer_tag: ConsumerTag,
|
||||
_no_local: NoLocal,
|
||||
_no_ack: NoAck,
|
||||
_exclusive: Bit,
|
||||
_no_wait: NoWait,
|
||||
_arguments: Table,
|
||||
_basic_consume: BasicConsume,
|
||||
) -> Result<(), ProtocolError> {
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue