MCPcopy Index your code
hub / github.com/riverqueue/river / Driver

Method Driver

client.go:1419–1421  ·  view source on GitHub ↗

Driver exposes the underlying driver used by the client. API is not stable. DO NOT USE.

()

Source from the content-addressed store, hash-verified

1417//
1418// API is not stable. DO NOT USE.
1419func (c *Client[TTx]) Driver() riverdriver.Driver[TTx] {
1420 return c.driver
1421}
1422
1423// JobCancel cancels the job with the given ID. If possible, the job is
1424// cancelled immediately and will not be retried. The provided context is used

Callers 4

resumableSetStepTxFunction · 0.80
JobCompleteTxFunction · 0.80
Test_Client_PilotUsageFunction · 0.80
workJobMethod · 0.80

Calls

no outgoing calls

Tested by 1

Test_Client_PilotUsageFunction · 0.64