| 536 | func (o *migrateGetOpts) Validate() error { return nil } |
| 537 | |
| 538 | type migrateGet struct { |
| 539 | CommandBase |
| 540 | } |
| 541 | |
| 542 | func (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: ""}) |
nothing calls this directly
no outgoing calls
no test coverage detected