Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/riverqueue/river
/ GetCommandBase
Method
GetCommandBase
cmd/river/rivercli/command.go:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
type
Command[TOpts CommandOpts]
interface
{
25
Run(ctx context.Context, opts TOpts) (bool, error)
26
GetCommandBase() *CommandBase
27
SetCommandBase(b *CommandBase)
28
}
29
Callers
2
TestMigrateGet
Function · 0.65
TestMigrateList
Function · 0.65
Calls
no outgoing calls
Tested by
2
TestMigrateGet
Function · 0.52
TestMigrateList
Function · 0.52