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

Interface MigrationSource

migrate.go:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210type MigrationSource interface {
211 // Finds the migrations.
212 //
213 // The resulting slice of migrations should be sorted by Id.
214 FindMigrations() ([]*Migration, error)
215}
216
217// A hardcoded set of migrations, in-memory.
218type MemoryMigrationSource struct {

Callers 1

planMigrationCommonMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…