MCPcopy
hub / github.com/rubenv/sql-migrate / PackrMigrationSource

Struct PackrMigrationSource

migrate.go:368–373  ·  view source on GitHub ↗

Migrations from a packr box.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected