MCPcopy Create free account
hub / github.com/riverqueue/river / SetOut

Method SetOut

cmd/river/rivercli/river_cli.go:375–375  ·  view source on GitHub ↗

SetOut sets standard output. Should be called before BaseCommandSet.

(out io.Writer)

Source from the content-addressed store, hash-verified

373
374// SetOut sets standard output. Should be called before BaseCommandSet.
375func (c *CLI) SetOut(out io.Writer) { c.out = out }
376
377type benchOpts struct {
378 DatabaseURL string

Calls

no outgoing calls