A set of migrations loaded from a directory.
| 245 | |
| 246 | // A set of migrations loaded from a directory. |
| 247 | type FileMigrationSource struct { |
| 248 | Dir string |
| 249 | } |
| 250 | |
| 251 | var _ MigrationSource = (*FileMigrationSource)(nil) |
| 252 |
nothing calls this directly
no outgoing calls
no test coverage detected