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

Struct testDeclarer

declaration_test.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type testDeclarer struct {
10 _QueueDeclare func(string) (amqp.Queue, error)
11 _ExchangeDeclare func() error
12 _QueueBind func() error
13}
14
15func (td *testDeclarer) QueueDeclare(name string, durable, autoDelete,
16 exclusive, noWait bool, args amqp.Table) (amqp.Queue, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected