(dsn string)
| 459 | } |
| 460 | |
| 461 | func (c *checker) DSN(dsn string) (string, error) { |
| 462 | return c.Replacer.Replace(dsn), nil |
| 463 | } |
| 464 | |
| 465 | func (c *checker) checkSQL(ctx context.Context, s config.SQL) error { |
| 466 | // TODO: Create a separate function for this logic so we can |
no test coverage detected