()
| 240 | var _ MigrationSource = (*HttpFileSystemMigrationSource)(nil) |
| 241 | |
| 242 | func (f HttpFileSystemMigrationSource) FindMigrations() ([]*Migration, error) { |
| 243 | return findMigrations(f.FileSystem, "/") |
| 244 | } |
| 245 | |
| 246 | // A set of migrations loaded from a directory. |
| 247 | type FileMigrationSource struct { |
nothing calls this directly
no test coverage detected