MCPcopy
hub / github.com/riverqueue/river / validate

Struct validate

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

Source from the content-addressed store, hash-verified

699}
700
701type validate struct {
702 CommandBase
703}
704
705func (c *validate) Run(ctx context.Context, opts *validateOpts) (bool, error) {
706 migrator, err := c.DriverProcurer.GetMigrator(&rivermigrate.Config{Line: opts.Line, Logger: c.Logger, Schema: c.Schema})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected