github.com/golang-migrate/migrate/v4.Migration.Body (field)
8 uses
github.com/golang-migrate/migrate/v4 (current package)
migrate.go#L346: if m.PrefetchMigrations > 0 && migr.Body != nil {
migrate.go#L744: if migr.Body != nil {
migrate.go#L877: if m.PrefetchMigrations > 0 && migr.Body != nil {
migration.go#L31: Body io.ReadCloser
migration.go#L98: m.Body = body // want to simulate low latency? newSlowReader(body)
migration.go#L122: if m.Body == nil {
migration.go#L128: b := bufio.NewReaderSize(m.Body, int(m.BufferSize))
migration.go#L155: if err := m.Body.Close(); err != 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. |