@ -16,14 +16,6 @@ var (
errShutdown = errors.New("client is shutting down")
)
// copied from amqp library
type Error struct {
Code int
Reason string
Server bool
Recover bool
}
const (
DeliveryModeTransient = amqp.Transient
DeliveryModePersistent = amqp.Persistent