MCPcopy Create free account
hub / github.com/assembla/cony / QueueDeclare

Method QueueDeclare

declaration.go:10–10  ·  view source on GitHub ↗
(name string, durable, autoDelete, exclusive, noWait bool, args amqp.Table)

Source from the content-addressed store, hash-verified

8// Declarer is implemented by *amqp.Channel
9type Declarer interface {
10 QueueDeclare(name string, durable, autoDelete, exclusive, noWait bool, args amqp.Table) (amqp.Queue, error)
11 ExchangeDeclare(name, kind string, durable, autoDelete, internal, noWait bool, args amqp.Table) error
12 QueueBind(name, key, exchange string, noWait bool, args amqp.Table) error
13}

Callers 1

DeclareQueueFunction · 0.65

Implementers 1

testDeclarerdeclaration_test.go

Calls

no outgoing calls

Tested by

no test coverage detected