MCPcopy 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

24type Command[TOpts CommandOpts] interface {
25 Run(ctx context.Context, opts TOpts) (bool, error)
26 GetCommandBase() *CommandBase
27 SetCommandBase(b *CommandBase)
28}
29

Callers 2

TestMigrateGetFunction · 0.65
TestMigrateListFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestMigrateGetFunction · 0.52
TestMigrateListFunction · 0.52