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

Struct validateOpts

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

Source from the content-addressed store, hash-verified

685}
686
687type validateOpts struct {
688 DatabaseURL string
689 Line string
690 Schema string
691}
692
693func (o *validateOpts) Validate() error {
694 if o.DatabaseURL == "" && !pgEnvConfigured() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected