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

Struct FileMigrationSource

migrate.go:247–249  ·  view source on GitHub ↗

A set of migrations loaded from a directory.

Source from the content-addressed store, hash-verified

245
246// A set of migrations loaded from a directory.
247type FileMigrationSource struct {
248 Dir string
249}
250
251var _ MigrationSource = (*FileMigrationSource)(nil)
252

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected