Skip to content

Commit

Permalink
Add constant for default exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
marlongerson committed Dec 5, 2022
1 parent bab848e commit 0dec4f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import (
"time"
)

const DefaultExchange = ""

// Constants for standard AMQP 0-9-1 exchange types.
const (
ExchangeDirect = "direct"
Expand Down

0 comments on commit 0dec4f6

Please sign in to comment.