type github.com/golang-migrate/migrate/v4/source/file.File
10 uses
github.com/golang-migrate/migrate/v4/source/file (current package)
file.go#L16: source.Register("file", &File{})
file.go#L19: type File struct {
file.go#L25: func (f *File) Open(url string) (source.Driver, error) {
file.go#L61: nf := &File{
file.go#L81: func (f *File) Close() error {
file.go#L86: func (f *File) First() (version uint, err error) {
file.go#L93: func (f *File) Prev(version uint) (prevVersion uint, err error) {
file.go#L100: func (f *File) Next(version uint) (nextVersion uint, err error) {
file.go#L107: func (f *File) ReadUp(version uint) (r io.ReadCloser, identifier string, err error) {
file.go#L118: func (f *File) ReadDown(version uint) (r io.ReadCloser, identifier string, err error) {
 |
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. |