Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/riverqueue/river
/ Run
Method
Run
cmd/river/rivercli/command.go:25–25 ·
view source on GitHub ↗
(ctx context.Context, opts TOpts)
Source
from the content-addressed store, hash-verified
23
// CommandBase.
24
type
Command[TOpts CommandOpts]
interface
{
25
Run(ctx context.Context, opts TOpts) (bool, error)
26
GetCommandBase() *CommandBase
27
SetCommandBase(b *CommandBase)
28
}
Callers
15
TestResumableStep
Function · 0.65
TestResumableStepCursor
Function · 0.65
Test_JobListCursor_jobListCursorFromJobAndParams
Function · 0.65
Test_JobListCursor_MarshalJSON
Function · 0.65
TestClientDriverPlugin
Function · 0.65
TestClientPilotPlugin
Function · 0.65
Test_SubscriptionManager
Function · 0.65
TestDefaultClientRetryPolicy_NextRetry
Function · 0.65
TestDefaultRetryPolicy_retrySecondsWithoutJitter
Function · 0.65
TestJobCompleteTx
Function · 0.65
TestMetadataSet
Function · 0.65
TestWorkFunc
Function · 0.65
Calls
no outgoing calls
Tested by
15
TestResumableStep
Function · 0.52
TestResumableStepCursor
Function · 0.52
Test_JobListCursor_jobListCursorFromJobAndParams
Function · 0.52
Test_JobListCursor_MarshalJSON
Function · 0.52
TestClientDriverPlugin
Function · 0.52
TestClientPilotPlugin
Function · 0.52
Test_SubscriptionManager
Function · 0.52
TestDefaultClientRetryPolicy_NextRetry
Function · 0.52
TestDefaultRetryPolicy_retrySecondsWithoutJitter
Function · 0.52
TestJobCompleteTx
Function · 0.52
TestMetadataSet
Function · 0.52
TestWorkFunc
Function · 0.52