github.com/golang-migrate/migrate/v4.Migrate.PrefetchMigrations (field)
9 uses
github.com/golang-migrate/migrate/v4 (current package)
migrate.go#L78: PrefetchMigrations uint
migrate.go#L188: PrefetchMigrations: DefaultPrefetchMigrations,
migrate.go#L228: ret := make(chan interface{}, m.PrefetchMigrations)
migrate.go#L254: ret := make(chan interface{}, m.PrefetchMigrations)
migrate.go#L281: ret := make(chan interface{}, m.PrefetchMigrations)
migrate.go#L303: ret := make(chan interface{}, m.PrefetchMigrations)
migrate.go#L341: ret := make(chan interface{}, m.PrefetchMigrations)
migrate.go#L346: if m.PrefetchMigrations > 0 && migr.Body != nil {
migrate.go#L877: if m.PrefetchMigrations > 0 && migr.Body != nil {
![]() |
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. |