Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ configureAck
Method
configureAck
js.go:1313–1316 ·
view source on GitHub ↗
(opts *ackOpts)
Source
from the content-addressed store, hash-verified
1311
type
nakDelay time.Duration
1312
1313
func
(d nakDelay) configureAck(opts *ackOpts) error {
1314
opts.nakDelay = time.Duration(d)
1315
return
nil
1316
}
1317
1318
// Subscribe
1319
Callers
nothing calls this directly
Calls
1
Duration
Method · 0.80
Tested by
no test coverage detected