Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/riverqueue/river
/ Validate
Method
Validate
cmd/river/rivercli/command.go:45–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
// provide a way of validating themselves.
44
type
CommandOpts
interface
{
45
Validate() error
46
}
47
48
// RunCommandBundle is a bundle of utilities for RunCommand.
Callers
5
NewClient
Function · 0.65
Run
Method · 0.65
runCommand
Function · 0.65
RunCommand
Function · 0.65
TestMigrator
Function · 0.65
Implementers
8
PilotInitParams
rivershared/riverpilot/pilot.go
benchOpts
cmd/river/rivercli/river_cli.go
migrateOpts
cmd/river/rivercli/river_cli.go
migrateGetOpts
cmd/river/rivercli/river_cli.go
migrateListOpts
cmd/river/rivercli/river_cli.go
validateOpts
cmd/river/rivercli/river_cli.go
versionOpts
cmd/river/rivercli/river_cli.go
MigratorStub
cmd/river/rivercli/river_cli_test.go
Calls
no outgoing calls
Tested by
2
runCommand
Function · 0.52
TestMigrator
Function · 0.52