| 699 | } |
| 700 | |
| 701 | type validate struct { |
| 702 | CommandBase |
| 703 | } |
| 704 | |
| 705 | func (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}) |
nothing calls this directly
no outgoing calls
no test coverage detected