github.com/golang-migrate/migrate/v4/source/file.File.migrations (field)
8 uses
github.com/golang-migrate/migrate/v4/source/file (current package)
file.go#L22: migrations *source.Migrations
file.go#L64: migrations: source.NewMigrations(),
file.go#L73: if !nf.migrations.Append(m) {
file.go#L87: if v, ok := f.migrations.First(); ok {
file.go#L94: if v, ok := f.migrations.Prev(version); ok {
file.go#L101: if v, ok := f.migrations.Next(version); ok {
file.go#L108: if m, ok := f.migrations.Up(version); ok {
file.go#L119: if m, ok := f.migrations.Down(version); ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |