Declaration is a callback type to declare AMQP queue/exchange/binding
func(Declarer) error
| 4 | |
| 5 | // Declaration is a callback type to declare AMQP queue/exchange/binding |
| 6 | type Declaration func(Declarer) error |
| 7 | |
| 8 | // Declarer is implemented by *amqp.Channel |
| 9 | type Declarer interface { |
nothing calls this directly
no outgoing calls
no test coverage detected