We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b467a6f commit 90a6fceCopy full SHA for 90a6fce
.vscode/settings.json
@@ -1,6 +1,7 @@
1
{
2
"cSpell.words": [
3
"bson",
4
+ "fanout",
5
"GORM",
6
"gttp",
7
"nosql"
pubsub/pubsub.go
@@ -12,7 +12,7 @@ type ExchangeType string
12
var (
13
Direct ExchangeType = "direct"
14
Topic ExchangeType = "topic"
15
- Fanout ExchangeType = "fanout"
+ FanOut ExchangeType = "fanout"
16
Headers ExchangeType = "headers"
17
Delayed ExchangeType = "x-delayed-message"
18
)
0 commit comments