removed amqp error

alpha v1.0.23
alex 2023-01-08 16:20:24 +01:00
parent 932f5efad1
commit ac8c471dc0
1 changed files with 0 additions and 8 deletions

View File

@ -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