Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/riverqueue/river
/ customContextKey
TypeAlias
customContextKey
client_test.go:2703–2703 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2701
t.Cleanup(cancel)
2702
2703
type
customContextKey string
2704
ctx = context.WithValue(ctx, customContextKey(
"BestGoPostgresQueue"
),
"River"
)
2705
client := runNewTestClient(ctx, t, config)
2706
Callers
1
Test_Client_JobContextInheritsFromProvidedContext
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected