| 685 | } |
| 686 | |
| 687 | type validateOpts struct { |
| 688 | DatabaseURL string |
| 689 | Line string |
| 690 | Schema string |
| 691 | } |
| 692 | |
| 693 | func (o *validateOpts) Validate() error { |
| 694 | if o.DatabaseURL == "" && !pgEnvConfigured() { |
nothing calls this directly
no outgoing calls
no test coverage detected