Skip to content

Commit 90a6fce

Browse files
committed
fix: generic pubsub
1 parent b467a6f commit 90a6fce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cSpell.words": [
33
"bson",
4+
"fanout",
45
"GORM",
56
"gttp",
67
"nosql"

pubsub/pubsub.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type ExchangeType string
1212
var (
1313
Direct ExchangeType = "direct"
1414
Topic ExchangeType = "topic"
15-
Fanout ExchangeType = "fanout"
15+
FanOut ExchangeType = "fanout"
1616
Headers ExchangeType = "headers"
1717
Delayed ExchangeType = "x-delayed-message"
1818
)

0 commit comments

Comments
 (0)