Migrations from a packr box.
| 366 | |
| 367 | // Migrations from a packr box. |
| 368 | type PackrMigrationSource struct { |
| 369 | Box PackrBox |
| 370 | |
| 371 | // Path in the box to use. |
| 372 | Dir string |
| 373 | } |
| 374 | |
| 375 | var _ MigrationSource = (*PackrMigrationSource)(nil) |
| 376 |
nothing calls this directly
no outgoing calls
no test coverage detected