A set of migrations loaded from an http.FileServer
| 234 | // A set of migrations loaded from an http.FileServer |
| 235 | |
| 236 | type HttpFileSystemMigrationSource struct { |
| 237 | FileSystem http.FileSystem |
| 238 | } |
| 239 | |
| 240 | var _ MigrationSource = (*HttpFileSystemMigrationSource)(nil) |
| 241 |
nothing calls this directly
no outgoing calls
no test coverage detected