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

Struct HttpFileSystemMigrationSource

migrate.go:236–238  ·  view source on GitHub ↗

A set of migrations loaded from an http.FileServer

Source from the content-addressed store, hash-verified

234// A set of migrations loaded from an http.FileServer
235
236type HttpFileSystemMigrationSource struct {
237 FileSystem http.FileSystem
238}
239
240var _ MigrationSource = (*HttpFileSystemMigrationSource)(nil)
241

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected