MCPcopy 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.
44type CommandOpts interface {
45 Validate() error
46}
47
48// RunCommandBundle is a bundle of utilities for RunCommand.

Callers 5

NewClientFunction · 0.65
RunMethod · 0.65
runCommandFunction · 0.65
RunCommandFunction · 0.65
TestMigratorFunction · 0.65

Implementers 8

PilotInitParamsrivershared/riverpilot/pilot.go
benchOptscmd/river/rivercli/river_cli.go
migrateOptscmd/river/rivercli/river_cli.go
migrateGetOptscmd/river/rivercli/river_cli.go
migrateListOptscmd/river/rivercli/river_cli.go
validateOptscmd/river/rivercli/river_cli.go
versionOptscmd/river/rivercli/river_cli.go
MigratorStubcmd/river/rivercli/river_cli_test.go

Calls

no outgoing calls

Tested by 2

runCommandFunction · 0.52
TestMigratorFunction · 0.52