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

FuncType Declaration

declaration.go:6–6  ·  view source on GitHub ↗

Declaration is a callback type to declare AMQP queue/exchange/binding

func(Declarer) error

Source from the content-addressed store, hash-verified

4
5// Declaration is a callback type to declare AMQP queue/exchange/binding
6type Declaration func(Declarer) error
7
8// Declarer is implemented by *amqp.Channel
9type Declarer interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected