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

Struct migrateGet

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

Source from the content-addressed store, hash-verified

536func (o *migrateGetOpts) Validate() error { return nil }
537
538type migrateGet struct {
539 CommandBase
540}
541
542func (c *migrateGet) Run(ctx context.Context, opts *migrateGetOpts) (bool, error) {
543 migrator, err := c.DriverProcurer.GetMigrator(&rivermigrate.Config{Line: opts.Line, Logger: c.Logger, Schema: ""})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected