MCPcopy Index your code
hub / github.com/rubenv/sql-migrate / FindMigrations

Method FindMigrations

migrate.go:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240var _ MigrationSource = (*HttpFileSystemMigrationSource)(nil)
241
242func (f HttpFileSystemMigrationSource) FindMigrations() ([]*Migration, error) {
243 return findMigrations(f.FileSystem, "/")
244}
245
246// A set of migrations loaded from a directory.
247type FileMigrationSource struct {

Callers

nothing calls this directly

Calls 1

findMigrationsFunction · 0.85

Tested by

no test coverage detected