A hardcoded set of migrations, in-memory.
| 216 | |
| 217 | // A hardcoded set of migrations, in-memory. |
| 218 | type MemoryMigrationSource struct { |
| 219 | Migrations []*Migration |
| 220 | } |
| 221 | |
| 222 | var _ MigrationSource = (*MemoryMigrationSource)(nil) |
| 223 |
nothing calls this directly
no outgoing calls
no test coverage detected