type github.com/golang-migrate/migrate/v4/source.Direction
8 uses
github.com/golang-migrate/migrate/v4/source (current package)
migration.go#L8: type Direction string
migration.go#L11: Down Direction = "down"
migration.go#L12: Up Direction = "up"
migration.go#L27: Direction Direction
migration.go#L38: migrations map[uint]map[Direction]*Migration
migration.go#L44: migrations: make(map[uint]map[Direction]*Migration),
migration.go#L54: i.migrations[m.Version] = make(map[Direction]*Migration)
parse.go#L34: Direction: Direction(m[3]),
![]() |
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. |