A set of migrations loaded from an go1.16 embed.FS
| 346 | |
| 347 | // A set of migrations loaded from an go1.16 embed.FS |
| 348 | type EmbedFileSystemMigrationSource struct { |
| 349 | FileSystem embed.FS |
| 350 | |
| 351 | Root string |
| 352 | } |
| 353 | |
| 354 | var _ MigrationSource = (*EmbedFileSystemMigrationSource)(nil) |
| 355 |
nothing calls this directly
no outgoing calls
no test coverage detected