MCPcopy
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.
24type Command[TOpts CommandOpts] interface {
25 Run(ctx context.Context, opts TOpts) (bool, error)
26 GetCommandBase() *CommandBase
27 SetCommandBase(b *CommandBase)
28}

Calls

no outgoing calls