Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ WithGroupQueueGroupDisabled
Function
WithGroupQueueGroupDisabled
micro/service.go:1003–1007 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1001
}
1002
1003
func
WithGroupQueueGroupDisabled() GroupOpt {
1004
return
func
(g *groupOpts) {
1005
g.qgDisabled = true
1006
}
1007
}
Callers
1
TestCustomQueueGroup
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestCustomQueueGroup
Function · 0.74