Skip to content

Commit 1e67c9e

Browse files
Merge pull request #139 from marlongerson/default-exchange-constant
Add constant for default exchange
2 parents bab848e + 0dec4f6 commit 1e67c9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import (
1313
"time"
1414
)
1515

16+
const DefaultExchange = ""
17+
1618
// Constants for standard AMQP 0-9-1 exchange types.
1719
const (
1820
ExchangeDirect = "direct"

0 commit comments

Comments
 (0)